From: Dan Carpenter Date: Sat, 6 Mar 2010 01:11:38 +0000 (+0000) Subject: ems_usb: cleanup: remove uneeded check X-Git-Tag: v2.6.34-rc2~48^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea3fb371b2a391958670f2a65e1203f7dba61671;p=pandora-kernel.git ems_usb: cleanup: remove uneeded check "skb" is alway non-null here, but even if it were null the check isn't needed because dev_kfree_skb() can handle it. This eliminates a smatch warning about dereferencing a variable before checking that it is non-null. Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller --- Reading git-diff-tree failed