kernel-ark/drivers/net/wireless/iwmc3200wifi
Dan Carpenter 2a21f86917 wireless: ERR_PTR vs null
iwm_wdev_alloc() returns an ERR_PTR on failure and not null.  It also
prints its own dev_err() message so I removed that as well.

Compile tested only.  Sorry.
Found by smatch (http://repo.or.cz/w/smatch.git).

Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-07-27 15:19:35 -04:00
..
bus.h
cfg80211.c iwmc3200wifi: fix fragmentation threshold setting 2009-06-03 14:05:10 -04:00
cfg80211.h
commands.c
commands.h
debug.h
debugfs.c
eeprom.c
eeprom.h
fw.c iwmc3200wifi: fix printk format 2009-06-03 14:05:10 -04:00
fw.h
hal.c
hal.h
iwm.h iwmc3200wifi: add a mutex to protect iwm_reset_worker 2009-06-19 11:50:16 -04:00
Kconfig iwmc3200wifi: add Kconfig help 2009-07-07 12:55:27 -04:00
lmac.h
main.c iwmc3200wifi: add a mutex to protect iwm_reset_worker 2009-06-19 11:50:16 -04:00
Makefile iwm: port to new cfg80211 rfkill 2009-06-03 14:06:14 -04:00
netdev.c wireless: ERR_PTR vs null 2009-07-27 15:19:35 -04:00
rx.c
rx.h
sdio.c iwmc3200wifi: fix potential kernel oops on module removal 2009-06-19 11:50:16 -04:00
sdio.h
tx.c
umac.h
wext.c