From: Markus Elfring Date: Wed, 4 Feb 2015 19:28:49 +0000 (+0100) Subject: brcm80211: Delete unnecessary checks before two function calls X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~10^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=297540f69fa9c7292c9866e71cb22a7bc4c5003b;p=pandora-kernel.git brcm80211: Delete unnecessary checks before two function calls The functions brcmu_pkt_buf_free_skb() and usb_free_urb() test whether their argument is NULL and then return immediately. Thus the test around the call is not needed. Signed-off-by: Markus Elfring Signed-off-by: Kalle Valo --- Reading git-diff-tree failed