-
由 Jones Desougi 提交于
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: NJones Desougi <jones.desougi@27m.se> Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
3d435ad7