usb: musb: ux500: use devm_ functions
authorHimangi Saraogi <himangi774@gmail.com>
Fri, 20 Jun 2014 20:40:25 +0000 (02:10 +0530)
committerFelipe Balbi <balbi@ti.com>
Mon, 30 Jun 2014 17:14:39 +0000 (12:14 -0500)
This patch introduces the use of managed interfaces for clk_get and
kzalloc and removes the corresponding free function calls in the probe
and remove functions.

Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/ux500.c

Simple merge