[CASSINI]: Fix two obvious NAPI bugs.
authorDavid S. Miller <davem@davemloft.net>
Fri, 4 Jan 2008 08:23:18 +0000 (00:23 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Jan 2008 11:55:27 +0000 (03:55 -0800)
1) close should do napi_disable() not napi_enable
2) remove unused local var 'todo'

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found