mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 17:27:11 -04:00
staging: ks7010: fix coding style issue of using pr_notice instead of printk
Signed-off-by: Chetan Sethi <cpsethi369@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
05be989d98
commit
1227d76968
@@ -38,7 +38,7 @@
|
||||
#define DPRINTK(n, fmt, args...) \
|
||||
do { \
|
||||
if (KS_WLAN_DEBUG > (n)) \
|
||||
printk(KERN_NOTICE "%s: "fmt, __FUNCTION__, ## args); \
|
||||
pr_notice("%s: "fmt, __FUNCTION__, ## args); \
|
||||
} while (0)
|
||||
#else
|
||||
#define DPRINTK(n, fmt, args...)
|
||||
|
||||
Reference in New Issue
Block a user