[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)
commit86216268b9cdad57f9aa540ebf49cbae2f38b583
tree48b70751c21edee5f7232efaef82b561306a014c
parentd011a231675b240157a3c335dd53e9b849d7d30d
[CASSINI]: Fix two obvious NAPI bugs.

1) close should do napi_disable() not napi_enable
2) remove unused local var 'todo'

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/cassini.c