From: Sachin Kamat Date: Fri, 18 May 2012 09:03:46 +0000 (+0530) Subject: usb: s3c-hsotg: Use devm_* functions in s3c-hsotg.c file X-Git-Tag: v3.6-rc1~101^2~53^2~28^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=338edabcd879320f0f86cc701161b95277be6b5d;p=pandora-kernel.git usb: s3c-hsotg: Use devm_* functions in s3c-hsotg.c file devm_* functions are used to replace kzalloc, request_mem_region, ioremap 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