commit | 297540f69fa9c7292c9866e71cb22a7bc4c5003b | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Wed Feb 04 20:28:49 2015 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Feb 06 08:52:50 2015 +0200 |
tree | 39f7dcb30f05d95b5273f5ce23833e8564ef9761 | |
parent | 6f24fe305986afcb9eb2bde1031798b3b2ebf649 [diff] |
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 <elfring@users.sourceforge.net> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>