提交 1227d769 编写于 作者: C Chetan Sethi 提交者: Greg Kroah-Hartman

staging: ks7010: fix coding style issue of using pr_notice instead of printk

Signed-off-by: NChetan Sethi <cpsethi369@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 05be989d
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#define DPRINTK(n, fmt, args...) \ #define DPRINTK(n, fmt, args...) \
do { \ do { \
if (KS_WLAN_DEBUG > (n)) \ if (KS_WLAN_DEBUG > (n)) \
printk(KERN_NOTICE "%s: "fmt, __FUNCTION__, ## args); \ pr_notice("%s: "fmt, __FUNCTION__, ## args); \
} while (0) } while (0)
#else #else
#define DPRINTK(n, fmt, args...) #define DPRINTK(n, fmt, args...)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册