commit | 73a695f8572e4c46a2aecdbb63f26f36a43e6873 | [log] [tgz] |
---|---|---|
author | Wei Yang <weiyang@linux.vnet.ibm.com> | Sun Sep 15 21:53:00 2013 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Sep 15 22:28:58 2013 -0400 |
tree | 1a71cbd119674a5c561fb37879df4debadd26079 | |
parent | d6d6d1bc44362112e10a48d434e5b3c716152003 [diff] |
cxgb4: remove workqueue when driver registration fails When driver registration fails, we need to clean up the resources allocated before. cxgb4 missed to destroy the workqueue allocated at the very beginning. This patch destroies the workqueue when registration fails. Signed-off-by: Wei Yang <weiyang@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>