summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAri Kauppi2009-06-12 13:16:07 +0200
committerJohn W. Linville2009-07-10 20:57:46 +0200
commitc518a73e537a2c7b83e490335ddedb6465fa5f73 (patch)
tree00fe0bc1262e6c892f6022687973cdf4eaae74aa /drivers
parentwl12xx: Add support for block reading from a fixed register address (diff)
downloadkernel-qcow2-linux-c518a73e537a2c7b83e490335ddedb6465fa5f73.tar.gz
kernel-qcow2-linux-c518a73e537a2c7b83e490335ddedb6465fa5f73.tar.xz
kernel-qcow2-linux-c518a73e537a2c7b83e490335ddedb6465fa5f73.zip
wl12xx: Fix incorrect warning message.
A warning message in wl12xx_acx_event_mbox_mask has a copy/paste error. Fix it to print the correct acx command. Signed-off-by: Ari Kauppi <Ext-Ari.Kauppi@nokia.com> Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com> Signed-off-by: Kalle Valo <kalle.valo@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/wl12xx/acx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/acx.c b/drivers/net/wireless/wl12xx/acx.c
index a6b894573f08..8227d6db08c9 100644
--- a/drivers/net/wireless/wl12xx/acx.c
+++ b/drivers/net/wireless/wl12xx/acx.c
@@ -735,7 +735,7 @@ int wl12xx_acx_event_mbox_mask(struct wl12xx *wl, u32 event_mask)
ret = wl12xx_cmd_configure(wl, ACX_EVENT_MBOX_MASK,
mask, sizeof(*mask));
if (ret < 0) {
- wl12xx_warning("failed to set aid: %d", ret);
+ wl12xx_warning("failed to set acx_event_mbox_mask: %d", ret);
goto out;
}