netdev: Remove warning from __netif_schedule().
authorDavid S. Miller <davem@davemloft.net>
Wed, 23 Jul 2008 21:01:29 +0000 (14:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Jul 2008 21:01:29 +0000 (14:01 -0700)
It isn't helping anything and we aren't going to be able to change all
the drivers that do queue wakeups in strange situations.

Just letting a noop_qdisc get scheduled will work because when
qdisc_run() executes via net_tx_work() it will simply find no packets
pending when it makes the ->dequeue() call in qdisc_restart.

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

No differences found