* [PATCH] ieee80211: fix incomplete error message
@ 2007-05-27 14:25 Akinobu Mita
0 siblings, 0 replies; only message in thread
From: Akinobu Mita @ 2007-05-27 14:25 UTC (permalink / raw)
To: linux-wireless; +Cc: John W. Linville, James Ketrenos
Fix error message:
Unable to network device. --> Unable to allocate network device.
Cc: John W. Linville <linville@tuxdriver.com>
Cc: James Ketrenos <jketreno@linux.intel.com>
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
---
net/ieee80211/ieee80211_module.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: 2.6-mm/net/ieee80211/ieee80211_module.c
===================================================================
--- 2.6-mm.orig/net/ieee80211/ieee80211_module.c
+++ 2.6-mm/net/ieee80211/ieee80211_module.c
@@ -140,7 +140,7 @@ struct net_device *alloc_ieee80211(int s
dev = alloc_etherdev(sizeof(struct ieee80211_device) + sizeof_priv);
if (!dev) {
- IEEE80211_ERROR("Unable to network device.\n");
+ IEEE80211_ERROR("Unable to allocate network device.\n");
goto failed;
}
ieee = netdev_priv(dev);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-05-27 14:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-27 14:25 [PATCH] ieee80211: fix incomplete error message Akinobu Mita
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).