2015-08-03 14:59:11

by Felipe Balbi

[permalink] [raw]
Subject: [GIT PULL] usb: fix for v4.2-rc6

Hi Greg,

here's the last major fix for this -rc cycle. Unfortunately
it has been pending since January.

Let me know if you prefer that I send this through the merge
window as it already has a stable tag.

cheers

The following changes since commit 4248bd7d3e2c7c87ff695d812018b8c22b5a5ab1:

usb: gadget: f_printer: actually limit the number of instances (2015-07-27 10:19:50 -0500)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v4.2-rc6

for you to fetch changes up to c93e64e91248becd0edb8f01723dff9da890e2ab:

usb: udc: core: add device_del() call to error pathway (2015-08-03 09:54:18 -0500)

----------------------------------------------------------------
usb: fixes for v4.2-rc6

Just one major fix which has been pending since January.

Somehow it fell through the cracks, but here it is. Basically,
this fixes a bug in udc-core when gadget registration fails.

Signed-off-by: Felipe Balbi <[email protected]>

----------------------------------------------------------------
Alan Stern (1):
usb: udc: core: add device_del() call to error pathway

drivers/usb/gadget/udc/udc-core.c | 1 +
1 file changed, 1 insertion(+)


2015-08-03 21:36:15

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL] usb: fix for v4.2-rc6

On Mon, Aug 03, 2015 at 09:59:07AM -0500, Felipe Balbi wrote:
> Hi Greg,
>
> here's the last major fix for this -rc cycle. Unfortunately
> it has been pending since January.
>
> Let me know if you prefer that I send this through the merge
> window as it already has a stable tag.
>
> cheers
>
> The following changes since commit 4248bd7d3e2c7c87ff695d812018b8c22b5a5ab1:
>
> usb: gadget: f_printer: actually limit the number of instances (2015-07-27 10:19:50 -0500)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v4.2-rc6

Pulled and pushed out, thanks.

greg k-h