From: Larry Finger Date: Fri, 12 Sep 2014 20:50:58 +0000 (-0500) Subject: rtlwifi: btcoexist: Change local debugging macros CL_*** into the standard varieties X-Git-Tag: fixes-against-v3.18-rc2~144^2~144^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eef40e5687da4ad0123e231e4fe952a12655f0b;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed