Re: [PATCH 1/2] usb: gadget: pxa25x_udc: prepare/unprepare clocks in pxa-ssp

2014-11-15 Thread Robert Jarzmik
Dmitry Eremin-Solenikov writes: > Change clk_enable/disable() calls to clk_prepare_enable() and > clk_disable_unrepapre(). => clk_disable_unprepare() (typo) Otherwise, good for me, ack. Cheers. -- Robert -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in t

[PATCH 1/2] usb: gadget: pxa25x_udc: prepare/unprepare clocks in pxa-ssp

2014-11-15 Thread Dmitry Eremin-Solenikov
Change clk_enable/disable() calls to clk_prepare_enable() and clk_disable_unrepapre(). Signed-off-by: Dmitry Eremin-Solenikov --- drivers/usb/gadget/udc/pxa25x_udc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/usb/gadget/udc/pxa25x_udc.c b/drivers/usb/gad