projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ec8beb
)
wl12xx: Fix incorrect warning message.
author
Ari Kauppi
<
[email protected]
>
Fri, 12 Jun 2009 11:16:07 +0000
(14:16 +0300)
committer
John W. Linville
<
[email protected]
>
Fri, 10 Jul 2009 18:57:46 +0000
(14:57 -0400)
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 <
[email protected]
>
Signed-off-by: Luciano Coelho <
[email protected]
>
Signed-off-by: Kalle Valo <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/wl12xx/acx.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/wl12xx/acx.c
b/drivers/net/wireless/wl12xx/acx.c
index a6b894573f084c1864d26dd0324b47606a1ce021..8227d6db08c9bc30ce83ebb0a2d3f5206e9adb5a 100644
(file)
--- 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 a
id
: %d", ret);
+ wl12xx_warning("failed to set a
cx_event_mbox_mask
: %d", ret);
goto out;
}