From: Denis Kirjanov Date: Mon, 10 Jan 2011 20:09:30 +0000 (+0000) Subject: staging: rt2860: Fix incorrect netif_stop_queue usage warning X-Git-Tag: v2.6.38-rc3~8^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c33008412683eba91bce2dc4575f28c728b6bd1;p=pandora-kernel.git staging: rt2860: Fix incorrect netif_stop_queue usage warning The TX queues are allocated inside register_netdev. It doesn't make any sense to stop the queue before allocation. Signed-off-by: Denis Kirjanov Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed