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 <arnd@arndb.de>
Cc: Joe Perches <joe@perches.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Doug Anderson <dianders@chromium.org>
Cc: Kukjin Kim <redacted>
Hi Arnd,
On Tue, Jun 3, 2014 at 3:23 PM, Arnd Bergmann [off-list ref] 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.
From: Joe Perches <joe@perches.com> Date: 2014-06-05 01:20:47
On Tue, 2014-06-03 at 11:53 +0200, Arnd Bergmann wrote:
quoted hunk
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 <arnd@arndb.de>
Cc: Joe Perches <joe@perches.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Doug Anderson <dianders@chromium.org>
Cc: Kukjin Kim <redacted>
Greg?
The original has ended up in Linus' -next branch.
Can you please apply this sooner rather than later?
Sorry for the bother. Dunno how it happened.
I thought I compiled it with the appropriate CONFIG
settings.
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:
quoted
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 <arnd@arndb.de>
Cc: Joe Perches <joe@perches.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Doug Anderson <dianders@chromium.org>
Cc: Kukjin Kim <redacted>