]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
sky2: don't stop queue on shutdown
authorStephen Hemminger <shemminger@vyatta.com>
Wed, 23 Jul 2008 04:53:40 +0000 (21:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Jul 2008 04:53:40 +0000 (21:53 -0700)
commit8a6d2ea0cd121e3bfff4dbce5bc111874cf9e9d2
tree46c4d4d65e655a38401c598bcad87305c2d142df
parentc010b2f76c3032e48097a6eef291d8593d5d79a6
sky2: don't stop queue on shutdown

It is unnecessary, to stop queue and turn off carrier in shutdown
routine. With new netdev_queue this causes warnings.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sky2.c