From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932929AbbCXRDO (ORCPT ); Tue, 24 Mar 2015 13:03:14 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:48529 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755794AbbCXRDH (ORCPT ); Tue, 24 Mar 2015 13:03:07 -0400 From: Felipe Balbi To: Greg KH CC: Linux Kernel Mailing List , Linux USB Mailing List , Felipe Balbi Subject: [GIT PULL] USB fix for v4.0-rc6 Date: Tue, 24 Mar 2015 12:02:15 -0500 Message-ID: <1427216535-25010-1-git-send-email-balbi@ti.com> X-Mailer: git-send-email 2.3.0 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, Here's a single fix for isp1760. Please consider merging it to usb/linus. cheers The following changes since commit bc465aa9d045feb0e13b4a8f32cc33c1943f62d6: Linux 4.0-rc5 (2015-03-22 16:50:21 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v4.0-rc6 for you to fetch changes up to 65582a7f4ce5bd7a1fb61516d9c2476f4f166f4e: usb: isp1760: fix spin unlock in the error path of isp1760_udc_start (2015-03-24 11:38:58 -0500) ---------------------------------------------------------------- usb: fix for v4.0-rc6 Here's a single fix to isp1760 calling spin_unlock_irqsave() as we should have. Signed-off-by: Felipe Balbi ---------------------------------------------------------------- Sudeep Holla (1): usb: isp1760: fix spin unlock in the error path of isp1760_udc_start drivers/usb/isp1760/isp1760-udc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)