commit | aa292fa4093d7afab513fee77e3f78229968b931 | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Fri Oct 31 02:45:37 2014 +0200 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Tue Nov 04 00:59:05 2014 +0200 |
tree | 480cf95acaab30a9d6d5f705de91f935ecf69884 | |
parent | 7962b0d898accdc683955af495528d4d6d24e0b3 [diff] |
ath6kl: remove incorrect reset_resume handler Existing implementation of reset_resume handler just calls ath6kl_usb_remove() that deallocates all resources. It can lead to double free, etc. on disconnect. The patch removes reset_resume handler, so usb core could conservatively reset the driver. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>