commit | 39a21951efc99e040a7d66449f63910e439b97e9 | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <lrodriguez@atheros.com> | Mon Aug 03 12:24:48 2009 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Aug 04 16:44:31 2009 -0400 |
tree | 256a745adfe0472fc6cca32fed48ebec3800cecd | |
parent | 1e40bcfa91429edb665af9ffefb2658350913d35 [diff] |
ath9k: remove !NULL check before kfree() kfree(NULL) works so remove all those branches which check for it before kfree()'ing on ath9k_hw_rfdetach(). Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>