Re: Potential USB PHY error handling fix for stable

2014-11-03 Thread Luis Henriques
On Wed, Oct 29, 2014 at 10:10:12PM +, Mark Brown wrote: > Hi, > > One of the Linaro stable kernel users has suggested 2c4e3dbf63b39d (usb: > phy: return -ENODEV on failure of try_module_get) as a fix for the > stable kernel. While it's error handling that's being fixed this does > seem like a

Re: Potential USB PHY error handling fix for stable

2014-10-29 Thread Felipe Balbi
On Wed, Oct 29, 2014 at 10:54:35PM +, Mark Brown wrote: > On Wed, Oct 29, 2014 at 03:30:18PM -0700, Greg Kroah-Hartman wrote: > > On Wed, Oct 29, 2014 at 10:10:12PM +, Mark Brown wrote: > > > > One of the Linaro stable kernel users has suggested 2c4e3dbf63b39d (usb: > > > phy: return -ENOD

Re: Potential USB PHY error handling fix for stable

2014-10-29 Thread Mark Brown
On Wed, Oct 29, 2014 at 03:30:18PM -0700, Greg Kroah-Hartman wrote: > On Wed, Oct 29, 2014 at 10:10:12PM +, Mark Brown wrote: > > One of the Linaro stable kernel users has suggested 2c4e3dbf63b39d (usb: > > phy: return -ENODEV on failure of try_module_get) as a fix for the > > stable kernel.

Re: Potential USB PHY error handling fix for stable

2014-10-29 Thread Greg Kroah-Hartman
On Wed, Oct 29, 2014 at 10:10:12PM +, Mark Brown wrote: > Hi, > > One of the Linaro stable kernel users has suggested 2c4e3dbf63b39d (usb: > phy: return -ENODEV on failure of try_module_get) as a fix for the > stable kernel. While it's error handling that's being fixed this does > seem like a

Potential USB PHY error handling fix for stable

2014-10-29 Thread Mark Brown
Hi, One of the Linaro stable kernel users has suggested 2c4e3dbf63b39d (usb: phy: return -ENODEV on failure of try_module_get) as a fix for the stable kernel. While it's error handling that's being fixed this does seem like a reasonable candidate, it's a very simple fix and the behaviour without