From: shuahkh@osg.samsung.com (Shuah Khan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/7] dwc3 - bug fixes and use meaningful goto labels
Date: Fri, 24 Mar 2017 18:04:58 -0600 [thread overview]
Message-ID: <cover.1490387086.git.shuahkh@osg.samsung.com> (raw)
This patch series consists of two fixes and changes to goto labels
to use meaningful names.
While working on goto label changes, I noticed put_sync calls without
successful get_sync in error legs. The first two patches are the fixes
and the rest of the patches are goto label changes.
Shuah Khan (7):
usb: dwc3: core: fix dwc3_probe() to not do put_sync when get_sync
fails
usb: dwc3: dwc3-omap: fix dwc3_omap_probe() do put_sync when get_sync
works
usb: dwc3: core: change goto labels to meaningful names
usb: dwc3: exynos: change goto labels in this file to meaningful names
usb: dwc3: omap: change goto labels in this file to meaningful names
usb: dwc3: gadget: change goto labels in this file to meaningful names
usb: dwc3: host: change goto labels in this file to meaningful names
drivers/usb/dwc3/core.c | 64 +++++++++++++++++++++---------------------
drivers/usb/dwc3/dwc3-exynos.c | 16 +++++------
drivers/usb/dwc3/dwc3-omap.c | 11 ++++----
drivers/usb/dwc3/gadget.c | 56 ++++++++++++++++++------------------
drivers/usb/dwc3/host.c | 10 +++----
5 files changed, 79 insertions(+), 78 deletions(-)
--
2.7.4
next reply other threads:[~2017-03-25 0:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-25 0:04 Shuah Khan [this message]
2017-03-25 0:04 ` [PATCH 1/7] usb: dwc3: core: fix dwc3_probe() to not do put_sync when get_sync fails Shuah Khan
2017-03-25 7:52 ` Felipe Balbi
2017-03-25 0:05 ` [PATCH 2/7] usb: dwc3: dwc3-omap: fix dwc3_omap_probe() do put_sync when get_sync works Shuah Khan
2017-03-25 7:53 ` Felipe Balbi
2017-03-25 0:05 ` [PATCH 3/7] usb: dwc3: core: change goto labels to meaningful names Shuah Khan
2017-03-25 0:05 ` [PATCH 4/7] usb: dwc3: exynos: change goto labels in this file " Shuah Khan
2017-03-25 0:05 ` [PATCH 5/7] usb: dwc3: omap: " Shuah Khan
2017-03-25 0:05 ` [PATCH 6/7] usb: dwc3: gadget: " Shuah Khan
2017-03-25 0:05 ` [PATCH 7/7] usb: dwc3: host: " Shuah Khan
2017-03-25 7:51 ` [PATCH 0/7] dwc3 - bug fixes and use meaningful goto labels Felipe Balbi
2017-03-27 13:44 ` Shuah Khan
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.1490387086.git.shuahkh@osg.samsung.com \
--to=shuahkh@osg.samsung.com \
--cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).