]> git.baikalelectronics.ru Git - kernel.git/commit
ath5k: remove redundant null check before kfree()
authorBob Copeland <me@bobcopeland.com>
Fri, 22 Aug 2014 13:18:02 +0000 (09:18 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 28 Aug 2014 18:41:57 +0000 (14:41 -0400)
commit269c11558267a0ee0eaaaa0371d94496804d6f6f
treed898649315ed2b24bb104f5234cf516e78611d28
parent9257367edb0039c0262f30eccc6a65a02ee59a82
ath5k: remove redundant null check before kfree()

kfree() null-checks its argument.
Found by smatch.

Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath5k/attach.c