cxgb3: fix hot plug removal crash
authorDivy Le Ray <divy@chelsio.com>
Wed, 3 Mar 2010 09:49:47 +0000 (09:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Mar 2010 08:53:54 +0000 (00:53 -0800)
commita6f018e324ba91d0464cca6895447c2b89e6d578
tree07adb5144ed1c192d5631de795ae8948fe2d2835
parent0eddba525cf4c3a4aab9feaf36b12b465290d4a7
cxgb3: fix hot plug removal crash

queue restart tasklets need to be stopped after napi handlers are stopped
since the latter can restart them.  So stop them after stopping napi.

Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/cxgb3/cxgb3_main.c