From: David S. Miller Date: Wed, 23 Jul 2008 21:01:29 +0000 (-0700) Subject: netdev: Remove warning from __netif_schedule(). X-Git-Tag: v2.6.27-rc1~523^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b3ab1dbd401b36ba2f9bfee2d2dae252fd62cd8;p=pandora-kernel.git 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 --- Reading git-diff-tree failed