Add check return result on call create_workqueue().
Signed-off-by: Joe Jin <[email protected]>
---
--- linux-2.6.17.7/drivers/net/wireless/ipw2200.c 2006-07-27
20:27:01.000000000 +0800
+++ linux.new/drivers/net/wireless/ipw2200.c 2006-07-27
20:28:22.000000000 +0800
@@ -10139,6 +10139,9 @@
int ret = 0;
priv->workqueue = create_workqueue(DRV_NAME);
+ if(NULL == priv->workqueue){
+ return -ENOMEM;
+ }
init_waitqueue_head(&priv->wait_command_queue);
init_waitqueue_head(&priv->wait_state);
--
Regards,
Feng Jin
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]