Re: [PATCH] serial: samsung: fix typo in debug code

2014-06-04 Thread Greg Kroah-Hartman
On Wed, Jun 04, 2014 at 06:20:41PM -0700, Joe Perches wrote: > On Tue, 2014-06-03 at 11:53 +0200, Arnd Bergmann wrote: > > commit e4ac92df2791 ("serial: samsung: Neaten dbg uses") introduced > > a regression in the conversion from vsprintf to vsnprintf. > > > > This fixes the build error by passin

Re: [PATCH] serial: samsung: fix typo in debug code

2014-06-04 Thread Joe Perches
On Tue, 2014-06-03 at 11:53 +0200, Arnd Bergmann wrote: > commit e4ac92df2791 ("serial: samsung: Neaten dbg uses") introduced > a regression in the conversion from vsprintf to vsnprintf. > > This fixes the build error by passing the correct variable name. > > Signed-off-by: Arnd Bergmann > Cc: J

Re: [PATCH] serial: samsung: fix typo in debug code

2014-06-03 Thread Sachin Kamat
Hi Arnd, On Tue, Jun 3, 2014 at 3:23 PM, Arnd Bergmann wrote: > commit e4ac92df2791 ("serial: samsung: Neaten dbg uses") introduced > a regression in the conversion from vsprintf to vsnprintf. > > This fixes the build error by passing the correct variable name. I submitted a similar patch someti

[PATCH] serial: samsung: fix typo in debug code

2014-06-03 Thread Arnd Bergmann
commit e4ac92df2791 ("serial: samsung: Neaten dbg uses") introduced a regression in the conversion from vsprintf to vsnprintf. This fixes the build error by passing the correct variable name. Signed-off-by: Arnd Bergmann Cc: Joe Perches Cc: Greg Kroah-Hartman Cc: Doug Anderson Cc: Kukjin Kim