From: Sergei Shtylyov Date: Sat, 28 Jun 2014 00:10:00 +0000 (+0400) Subject: sh_eth: remove checks around dev_kfree_skb() calls X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~235 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=179d80aff82bf8dff9db30589fe5a2297c454d35;p=pandora-kernel.git sh_eth: remove checks around dev_kfree_skb() calls Since consume_skb() (and hence dev_kfree_skb() macro) checks the passed pointer for NULL, there's no need to check for NULL before invoking dev_kfree_skb(). Signed-off-by: Sergei Shtylyov Signed-off-by: David S. Miller --- Reading git-diff-tree failed