commit | 1a44cc3778f63dca5795708da2a2a7696da7fd61 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rdreier@cisco.com> | Mon Apr 20 18:32:08 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 21 01:47:08 2009 -0700 |
tree | 44a95e152ab8d540a54012a9484ebd02945d937a | |
parent | b1b243afac302d181d19c8024c355d9677beab49 [diff] |
mlx4_en: Fix cleanup if workqueue create in mlx4_en_add() fails If creating a workqueue fails, don't jump to the error path where that same workqueue is destroyed, since destroy_workqueue() can't handle a NULL pointer. This was spotted by the Coverity checker (CID 2617). Signed-off-by: Roland Dreier <rolandd@cisco.com> Signed-off-by: David S. Miller <davem@davemloft.net>