diff options
| author | Joe Perches | 2012-03-19 01:30:52 +0100 |
|---|---|---|
| committer | John W. Linville | 2012-04-10 20:52:13 +0200 |
| commit | 516304b0f45614fb8967dc86ff681499204cdbb1 (patch) | |
| tree | 0bbd4315ab59c25451e0d8baeecd69ff9f7c9f31 /drivers/net/wireless/ath/ath6kl/main.c | |
| parent | iwlwifi: split POWER_PMI status bit (diff) | |
| download | kernel-qcow2-linux-516304b0f45614fb8967dc86ff681499204cdbb1.tar.gz kernel-qcow2-linux-516304b0f45614fb8967dc86ff681499204cdbb1.tar.xz kernel-qcow2-linux-516304b0f45614fb8967dc86ff681499204cdbb1.zip | |
ath: Add and use pr_fmt, convert printks to pr_<level>
Use a more current logging style.
Make sure all output is prefixed appropriately.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/main.c')
| -rw-r--r-- | drivers/net/wireless/ath/ath6kl/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/main.c b/drivers/net/wireless/ath/ath6kl/main.c index 229e1922ebe4..07071fce8a0e 100644 --- a/drivers/net/wireless/ath/ath6kl/main.c +++ b/drivers/net/wireless/ath/ath6kl/main.c @@ -15,6 +15,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + #include "core.h" #include "hif-ops.h" #include "cfg80211.h" |
