mbox

[GIT,PULL] USB fix for v3.18-rc4

Message ID 1415295540-841-1-git-send-email-balbi@ti.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v3.18-rc4

Message

Felipe Balbi Nov. 6, 2014, 5:39 p.m. UTC
Hi Greg,

A single fix this time. Looks like we're in pretty good shape this time.

cheers

The following changes since commit 9b1763553a89b2a84881119eeabfccdb803bb468:

  usb: gadget: function: Fixed the return value on error path (2014-10-23 14:49:35 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v3.18-rc4

for you to fetch changes up to 9599815de61db104ad21bc61f5e3544d2415c6ee:

  usb: dwc2: gadget: fix enumeration issues (2014-10-28 10:40:58 -0500)

----------------------------------------------------------------
usb: fixes for v3.18-rc4

A single fix this for dwc2 this time. Because of
excessive debugging messages, dwc2 would sometimes
fail enumeration. The fix is simple, just converting
a dev_info() into dev_dbg().

Signed-off-by: Felipe Balbi <balbi@ti.com>

----------------------------------------------------------------
Marek Szyprowski (1):
      usb: dwc2: gadget: fix enumeration issues

 drivers/usb/dwc2/gadget.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Comments

Greg Kroah-Hartman Nov. 6, 2014, 8:25 p.m. UTC | #1
On Thu, Nov 06, 2014 at 11:39:00AM -0600, Felipe Balbi wrote:
> Hi Greg,
> 
> A single fix this time. Looks like we're in pretty good shape this time.
> 
> cheers
> 
> The following changes since commit 9b1763553a89b2a84881119eeabfccdb803bb468:
> 
>   usb: gadget: function: Fixed the return value on error path (2014-10-23 14:49:35 -0500)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v3.18-rc4

Pulled and pushed out, thanks.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/