commit | 802ca85067e11cdeddeb34ef53de03e5a7d509da | [log] [tgz] |
---|---|---|
author | Chanho Park <chanho61.park@samsung.com> | Wed Feb 15 18:27:55 2012 +0900 |
committer | Felipe Balbi <balbi@ti.com> | Fri Mar 02 12:11:59 2012 +0200 |
tree | ff55f46e2e1586570e9e7b4a98b3c2c979c75c1f | |
parent | d28a9689c93195d39f91f35a9519876688605b65 [diff] |
usb: dwc3: use devm_xxx functions This patch enables to use devm_xxx functions during probing driver. The devm_xxx series functions are able to release resource when the driver is detatched. We can remove several codes to release resources in the probe function. Signed-off-by: Chanho Park <chanho61.park@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Felipe Balbi <balbi@ti.com>