|
@@ -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)) \
|
|
- pr_notice("%s: "fmt, __FUNCTION__, ## args); \
|
|
|
|
|
|
+ pr_notice("%s: "fmt, __func__, ## args); \
|
|
} while (0)
|
|
} while (0)
|
|
#else
|
|
#else
|
|
#define DPRINTK(n, fmt, args...)
|
|
#define DPRINTK(n, fmt, args...)
|