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:
fcf2176
)
mwifiex: Remove redundant skb_queue_empty checks
author
Yogesh Ashok Powar
<yogeshp@marvell.com>
Mon, 6 Jun 2011 09:20:58 +0000
(14:50 +0530)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 7 Jun 2011 18:44:02 +0000
(14:44 -0400)
The check of skb list empty before calling skb_peek and skb_dequeue is
redundant. These functions returns NULL if the list is empty.
Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found