From: Alexey Khoroshilov Date: Sat, 28 Sep 2013 03:51:51 +0000 (-0400) Subject: carl9170: fix leaks at failure path in carl9170_usb_probe() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~122^2^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c2b6078ce02c3e81eb0aa2f07bf59ba67461ce2;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed