git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b6cf7f
)
staging: rt2860: Fix incorrect netif_stop_queue usage warning
author
Denis Kirjanov
<dkirjanov@kernel.org>
Mon, 10 Jan 2011 20:09:30 +0000
(20:09 +0000)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 17 Feb 2011 23:13:49 +0000
(15:13 -0800)
commit
9c33008412683eba91bce2dc4575f28c728b6bd1
upstream.
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 <dkirjanov@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found