From: Javier Martinez Canillas Date: Mon, 13 Jul 2015 11:18:51 +0000 (+0200) Subject: serial: samsung: Remove redundant DEBUG_LL check X-Git-Tag: omap-for-v4.3/fixes-merge-window~43^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97d49add8befb522828200081388b2f21c1c4f8b;p=pandora-kernel.git serial: samsung: Remove redundant DEBUG_LL check Commit 84f57d9e3685 ("tty: serial/samsung: fix modular build") fixed build issues when the driver was built as a module. One of those was that printascii is only accessible when the driver is built-in. But there is no need to check for defined(CONFIG_DEBUG_LL) since the SERIAL_SAMSUNG_DEBUG Kconfig symbol already depends on DEBUG_LL. Signed-off-by: Javier Martinez Canillas Reviewed-by: Krzysztof Kozlowski Acked-by: Kukjin Kim Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed