From: Yogesh Ashok Powar Date: Mon, 6 Jun 2011 09:20:58 +0000 (+0530) Subject: mwifiex: Remove redundant skb_queue_empty checks X-Git-Tag: v3.1-rc1~316^2~450^2~57^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8fe32937e4e55c9ed73c79800198d137a1b968a;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed