Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936659AbdCYAFU (ORCPT ); Fri, 24 Mar 2017 20:05:20 -0400 Received: from ec2-52-27-115-49.us-west-2.compute.amazonaws.com ([52.27.115.49]:58292 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753554AbdCYAFL (ORCPT ); Fri, 24 Mar 2017 20:05:11 -0400 From: Shuah Khan To: balbi@kernel.org, gregkh@linuxfoundation.org, kgene@kernel.org, krzk@kernel.org, javier@osg.samsung.com Cc: Shuah Khan , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-omap@vger.kernel.org Subject: [PATCH 0/7] dwc3 - bug fixes and use meaningful goto labels Date: Fri, 24 Mar 2017 18:04:58 -0600 Message-Id: X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1171 Lines: 28 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