[ARM] S3C64XX: fix GPIO debug
Fix compilation bug when debug was enabled Reviewed-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
This commit is contained in:
Родитель
f36dd6e7c0
Коммит
beb9f4ed22
|
@ -57,7 +57,7 @@
|
||||||
#if 1
|
#if 1
|
||||||
#define gpio_dbg(x...) do { } while(0)
|
#define gpio_dbg(x...) do { } while(0)
|
||||||
#else
|
#else
|
||||||
#define gpio_dbg(x...) printk(KERN_DEBUG ## x)
|
#define gpio_dbg(x...) printk(KERN_DEBUG x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* The s3c64xx_gpiolib_4bit routines are to control the gpio banks where
|
/* The s3c64xx_gpiolib_4bit routines are to control the gpio banks where
|
||||||
|
|
Загрузка…
Ссылка в новой задаче