From: Alexey Khoroshilov Date: Fri, 31 Oct 2014 00:45:37 +0000 (+0200) Subject: ath6kl: remove incorrect reset_resume handler X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~134^2~31^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa292fa4093d7afab513fee77e3f78229968b931;p=pandora-kernel.git 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 Signed-off-by: Kalle Valo --- Reading git-diff-tree failed