[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20130723213952.GA15052@kroah.com>
Date: Tue, 23 Jul 2013 14:39:52 -0700
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: "Raphael S. Carvalho" <raphael.scarv@...il.com>
Cc: William Hubbs <w.d.hubbs@...il.com>,
Chris Brannon <chris@...-brannons.com>,
Kirk Reiser <kirk@...ille.uwo.ca>,
Samuel Thibault <samuel.thibault@...-lyon.org>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Lijo Antony <lijo.kernel@...il.com>, speakup@...ille.uwo.ca,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/1] staging/speakup/kobjects.c: Code improvement.
On Fri, Jun 21, 2013 at 10:54:40PM -0300, Raphael S. Carvalho wrote:
> Well, there is no need to use strcmp since we can make a test of similar
> semantic by using the var_id field of param.
> I moved the test into the VAR_NUM:VAR_TIME case since VAR_STRING will
> never be "voice".
>
> spk_xlate isn't used anymore (in line 608), then there is no difference
> between using cp and buf in VAR_STRING case.
> Besides, buf is a const char and those changes remove one uneeded line.
>
> I created the function spk_reset_default_value because it clarifies the
> code and allows code reusing.
>
> Signed-off-by: Raphael S. Carvalho <raphael.scarv@...il.com>
> Acked-by: Samuel Thibault <samuel.thibault@...-lyon.org>
> ---
> drivers/staging/speakup/kobjects.c | 73 +++++++++++++++++++----------------
> 1 files changed, 40 insertions(+), 33 deletions(-)
This patch no longer applies to my tree, can you please refresh it
against linux-next and resend, keeping Samuel's ack on it?
thanks,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists