commit | 78f0c53ef8563009bf089ef90c7204f526d4a589 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Mon Sep 03 15:48:18 2012 +0530 |
committer | Felipe Balbi <balbi@ti.com> | Mon Sep 03 17:09:10 2012 +0300 |
tree | 2b10430cf805a9dd9a66534ba94aa16dff43accd | |
parent | 9d2333d0d9bc03da3d8c11f92c602dac97ffea1e [diff] |
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 <sachin.kamat@linaro.org> Signed-off-by: Felipe Balbi <balbi@ti.com>