commit | a8fe32937e4e55c9ed73c79800198d137a1b968a | [log] [tgz] |
---|---|---|
author | Yogesh Ashok Powar <yogeshp@marvell.com> | Mon Jun 06 14:50:58 2011 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jun 07 14:44:02 2011 -0400 |
tree | 7b675eca00a1a3d40271b2c41018a27fa817a711 | |
parent | fcf2176c87af77e5ee947edaf8e390bc67b729d8 [diff] |
mwifiex: Remove redundant skb_queue_empty checks 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>