summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
diff options
context:
space:
mode:
authorHimangi Saraogi <himangi774@gmail.com>2014-06-22 09:17:51 +0200
committerFelipe Balbi <balbi@ti.com>2014-06-30 19:14:38 +0200
commitc63d2225e7be975357164871e996805003e5e735 (patch)
tree51842d79f733ed85619f34391e3767ee91ee9de7 /drivers/usb/musb
parentusb: musb: dsps: coding style cleanup (diff)
downloadlinux-c63d2225e7be975357164871e996805003e5e735.tar.xz
linux-c63d2225e7be975357164871e996805003e5e735.zip
usb: gadget: pxa25x_udc: use devm_ functions
This patch introduces the use of devm_request_irq, devm_gpio_request, devm_clk_get etc. instead of the corresponding unmanaged interfaces. The calls to the functions like free_irq to free the allocated resources are removed as they are no longer required. Some labels in the probe function are also done away with and the name of the label err_gpio_pullup is changed to make it less specific to the context. Signed-off-by: Himangi Saraogi <himangi774@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/musb')
0 files changed, 0 insertions, 0 deletions