From: Himangi Saraogi <himangi774@gmail.com>
To: Felipe Balbi <balbi@ti.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: julia.lawall@lip6.fr
Subject: [PATCH 0/2] Fix double clk_diable and use _devm functions
Date: Wed, 4 Jun 2014 02:53:09 +0530 [thread overview]
Message-ID: <cover.1401828519.git.himangi774@gmail.com> (raw)
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
next reply other threads:[~2014-06-03 21:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-03 21:23 Himangi Saraogi [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1401828519.git.himangi774@gmail.com \
--to=himangi774@gmail.com \
--cc=balbi@ti.com \
--cc=gregkh@linuxfoundation.org \
--cc=julia.lawall@lip6.fr \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox