]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
wireless: ipw2100: check result of kzalloc()
authorChristoph Fritz <chf.fritz@googlemail.com>
Tue, 3 Aug 2010 10:54:20 +0000 (12:54 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 4 Aug 2010 19:28:37 +0000 (15:28 -0400)
commit93c0584ca92a76bd458c7fd505b1747901315156
tree478cf17692d48d846a1046e8260f04d75967475b
parentc8f3b7213342d905cbb75d6c8820d9141205f3a0
wireless: ipw2100: check result of kzalloc()

If kzalloc() fails return with -ENOMEM from ipw2100_net_init() which is
called by register_netdev.

CC: Dan Carpenter <error27@gmail.com>
Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ipw2x00/ipw2100.c