commit | 5b3ab1dbd401b36ba2f9bfee2d2dae252fd62cd8 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Jul 23 14:01:29 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 23 14:01:29 2008 -0700 |
tree | e03459ee944e51a49f46e71aa688c8507005659f | |
parent | 8a6d2ea0cd121e3bfff4dbce5bc111874cf9e9d2 [diff] |
netdev: Remove warning from __netif_schedule(). 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>