rtlwifi: btcoexist: Change local debugging macros CL_*** into the standard varieties
authorLarry Finger <Larry.Finger@lwfinger.net>
Fri, 12 Sep 2014 20:50:58 +0000 (15:50 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 15 Sep 2014 19:00:53 +0000 (15:00 -0400)
commit5eef40e5687da4ad0123e231e4fe952a12655f0b
treed4b25e8a99c9ae7791592413263cace4bcddb987
parent737f657f71b6e4bcb07478eb0a32eb92c80eaf4b
rtlwifi: btcoexist: Change local debugging macros CL_*** into the standard varieties

Macros CL_SNPRINTF and CL_PRINTF are always used in that order. The first
formats info into a buffer, and the second dumps it with printk. As the
debug system in rtlwifi has a macro that does this with a single call,
it seems reasonable to use it instead. An additional benefit is that the
debug level can be set when loading the driver used by the wifi device.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtlwifi/btcoexist/halbtc8192e2ant.c
drivers/net/wireless/rtlwifi/btcoexist/halbtc8723b1ant.c
drivers/net/wireless/rtlwifi/btcoexist/halbtc8723b2ant.c
drivers/net/wireless/rtlwifi/btcoexist/halbtc8821a1ant.c
drivers/net/wireless/rtlwifi/btcoexist/halbtc8821a2ant.c
drivers/net/wireless/rtlwifi/btcoexist/halbtcoutsrc.c
drivers/net/wireless/rtlwifi/btcoexist/halbtcoutsrc.h