From: Sachin Kamat Date: Mon, 3 Sep 2012 10:18:18 +0000 (+0530) Subject: usb: gadget: s3c-hsudc: Use devm_* functions X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~73^2~141^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78f0c53ef8563009bf089ef90c7204f526d4a589;p=pandora-kernel.git usb: gadget: s3c-hsudc: Use devm_* functions devm_* functions are used to replace kzalloc, request_mem_region, ioremap clk_get and request_irq functions in probe call. With the usage of devm_* functions explicit freeing and unmapping is not required. Signed-off-by: Sachin Kamat Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed