mwifiex: Remove redundant skb_queue_empty checks
authorYogesh Ashok Powar <yogeshp@marvell.com>
Mon, 6 Jun 2011 09:20:58 +0000 (14:50 +0530)
committerJohn 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