From: Chanho Park Date: Wed, 15 Feb 2012 09:27:55 +0000 (+0900) Subject: usb: dwc3: use devm_xxx functions X-Git-Tag: v3.4-rc1~184^2~22^2~35^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=802ca85067e11cdeddeb34ef53de03e5a7d509da;p=pandora-kernel.git 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 Signed-off-by: Kyungmin Park Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed