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:
e375870
)
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, 20 Jan 2011 20:06:06 +0000
(12:06 -0800)
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>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found