commit | 5c2b6078ce02c3e81eb0aa2f07bf59ba67461ce2 | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Fri Sep 27 23:51:51 2013 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Thu May 22 14:04:36 2014 -0400 |
tree | 2fc81027d6e94e874c0ab101380852c8aa4c75d0 | |
parent | b88bb291b21f364c5441bdbf8195502bc75e6b47 [diff] |
carl9170: fix leaks at failure path in carl9170_usb_probe() carl9170_usb_probe() does not handle request_firmware_nowait() failure that leads to several leaks in this case. The patch adds all required deallocations. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: John W. Linville <linville@tuxdriver.com>