usb: s3c-hsotg: Use devm_* functions in s3c-hsotg.c file
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 18 May 2012 09:03:46 +0000 (14:33 +0530)
committerFelipe Balbi <balbi@ti.com>
Mon, 4 Jun 2012 15:07:45 +0000 (18:07 +0300)
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 <sachin.kamat@linaro.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found