From a859c8b2c309d91ba19d7bc273b41cb79b3ad17f Mon Sep 17 00:00:00 2001 From: Sachin Kamat Date: Tue, 3 Jun 2014 11:56:25 +0530 Subject: [PATCH] serial: samsung: Fix build error MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes the following build error due to a typo introduced by commit e4ac92df27 ("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 Signed-off-by: Sachin Kamat Signed-off-by: Arnd Bergmann Signed-off-by: Christian Engelmayer Acked-by: Joe Perches Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed