Gavin Li c43f28dfdc usb: usbfs: fix double-free of usb memory upon submiturb error
Upon an error within proc_do_submiturb(), dec_usb_memory_use_count()
gets called once by the error handling tail and again by free_async().
Remove the first call.

Signed-off-by: Gavin Li <git@thegavinli.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Cc: stable <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20190804235044.22327-1-gavinli@thegavinli.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-08-05 17:27:52 +02:00
..
2019-06-03 16:00:08 +02:00
2019-06-26 10:28:09 +08:00
2019-01-30 09:22:35 +01:00
2019-01-30 09:22:35 +01:00
2019-01-18 10:02:56 +01:00
2019-06-26 10:28:09 +08:00