usb: dwc3: pci: Properly cleanup resource
authorThinh Nguyen <Thinh.Nguyen@synopsys.com>
Mon, 19 Mar 2018 20:07:35 +0000 (13:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Apr 2018 07:36:26 +0000 (09:36 +0200)
commit093dcb929c8e8344ce148ba11e0313ad1890553d
tree6bb3c466ddd991991c61a07fda97c91815d69e88
parent30e9a1cddc4d4ef881515ff128c2c707ef81573d
usb: dwc3: pci: Properly cleanup resource

commit cabdf83dadfb3d83eec31e0f0638a92dbd716435 upstream.

Platform device is allocated before adding resources. Make sure to
properly cleanup on error case.

Cc: <stable@vger.kernel.org>
Fixes: f1c7e7108109 ("usb: dwc3: convert to pcim_enable_device()")
Signed-off-by: Thinh Nguyen <thinhn@synopsys.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/dwc3-pci.c