aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/rc.c
diff options
context:
space:
mode:
authorJones Desougi <jones.desougi@27m.se>2010-10-27 19:38:34 +0200
committerJohn W. Linville <linville@tuxdriver.com>2010-10-27 15:54:54 -0400
commit3d435ad7218ff58c846d7e52d87c2daf115f50cd (patch)
tree67d70141b5d7df2c4194231bed3ec1430771bcc5 /drivers/net/wireless/ath/ath9k/rc.c
parentmac80211: Fix scan_ies_len to include DS Params (diff)
downloadlinux-dev-3d435ad7218ff58c846d7e52d87c2daf115f50cd.tar.xz
linux-dev-3d435ad7218ff58c846d7e52d87c2daf115f50cd.zip
ath5k: Fix double free on hw attach error path
If ath5k_hw_attach fails it will free sc->ah (local variable ah) before returning. However, when it reports failure the caller (ath5k_pci_probe) will also free sc->ah. Let the caller handle the deallocation, it does so on further errors as well. Signed-off-by: Jones Desougi <jones.desougi@27m.se> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions