public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix double clk_diable and use _devm functions
@ 2014-06-03 21:23 Himangi Saraogi
  2014-06-03 21:23 ` [PATCH 1/2] usb: gadget: mv_u3d_core: Correct clk_disable twice Himangi Saraogi
  2014-06-03 21:24 ` [PATCH 2/2] usb: gadget: mv_u3d_core: use devm_ functions Himangi Saraogi
  0 siblings, 2 replies; 3+ messages in thread
From: Himangi Saraogi @ 2014-06-03 21:23 UTC (permalink / raw)
  To: Felipe Balbi, Greg Kroah-Hartman, linux-usb, linux-kernel; +Cc: julia.lawall

The first patch fixed the bug of calling clk_disable when the clk is
not enabled and the second patch uses devm function and removes the
corresponding free and error handling code and does away with all
labels in the probe function.

Himangi Saraogi (2):
  usb: gadget: mv_u3d_core: Correct clk_disable twice
  usb: gadget: mv_u3d_core: use devm_ functions

 drivers/usb/gadget/mv_u3d_core.c | 131 ++++++++++-----------------------------
 1 file changed, 34 insertions(+), 97 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-03 21:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-03 21:23 [PATCH 0/2] Fix double clk_diable and use _devm functions Himangi Saraogi
2014-06-03 21:23 ` [PATCH 1/2] usb: gadget: mv_u3d_core: Correct clk_disable twice Himangi Saraogi
2014-06-03 21:24 ` [PATCH 2/2] usb: gadget: mv_u3d_core: use devm_ functions Himangi Saraogi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox