]> git.baikalelectronics.ru Git - kernel.git/commit
serial: samsung: Fix build error
authorSachin Kamat <sachin.kamat@samsung.com>
Tue, 3 Jun 2014 06:26:25 +0000 (11:56 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jun 2014 00:09:36 +0000 (17:09 -0700)
commitba597ef8d6afbd474ae8bee7924caf3120c4b274
tree991f247f0e1f0352ff44abc9e166194b4b945e24
parent29230ba12c9ebdc4bb6e22babcaec9dfa3d76ff4
serial: samsung: Fix build error

Fixes the following build error due to a typo introduced
by commit 3f98597a2d ("serial: samsung: Neaten dbg uses"):
drivers/tty/serial/samsung.c:69:26: error: ‘buf’ undeclared (first use in this function)

Reported-by: Arun Kumar K <arun.kk@samsung.com>
Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Christian Engelmayer <cengelma@gmx.at>
Acked-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/samsung.c