linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] dwc3 - bug fixes and use meaningful goto labels
@ 2017-03-25  0:04 Shuah Khan
  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
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Shuah Khan @ 2017-03-25  0:04 UTC (permalink / raw)
  To: balbi, gregkh, kgene, krzk, javier
  Cc: Shuah Khan, linux-usb, linux-kernel, linux-arm-kernel,
	linux-samsung-soc, linux-omap

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

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

end of thread, other threads:[~2017-03-27 13:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-25  0:04 [PATCH 0/7] dwc3 - bug fixes and use meaningful goto labels Shuah Khan
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
     [not found]   ` <a7d3539cdb21ef9694869f97a357ce40ace0ddd3.1490387086.git.shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
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 6/7] usb: dwc3: gadget: change goto labels in this file " Shuah Khan
     [not found] ` <cover.1490387086.git.shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
2017-03-25  0:05   ` [PATCH 4/7] usb: dwc3: exynos: " Shuah Khan
2017-03-25  0:05   ` [PATCH 5/7] usb: dwc3: omap: " 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

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).