Search Linux Wireless

Re: [PATCH] iwlwifi: fix a potential NULL pointer dereference

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





+	trans_pcie->rba.alloc_wq = alloc_workqueue("rb_allocator",
+						   WQ_HIGHPRI | WQ_UNBOUND, 1);
+	if (!trans_pcie->rba.alloc_wq) {

    I would like to stick to if(unlikely(!trans_pcie->rba.alloc_wq) just
for consistency.

That's just clutter, this path gets called exactly once in the lifetime
of most systems ...

    Let me know if I could add your SOB and send out V2.

No no, I've already sent the patch on the way internally :)

Great. Thank you.



[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Wireless Regulations]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux