Re: [patch] USB: mos7720: use GFP_ATOMIC under spinlock

2013-08-16 Thread Greg Kroah-Hartman
On Fri, Aug 16, 2013 at 12:12:10PM +0200, Johan Hovold wrote: > On Fri, Aug 16, 2013 at 10:16:59AM +0300, Dan Carpenter wrote: > > The write_parport_reg_nonblock() function shouldn't sleep because it's > > called with spinlocks held. > > Ouch. Thanks for catching this. > > > Signed-off-by: Dan Ca

Re: [patch] USB: mos7720: use GFP_ATOMIC under spinlock

2013-08-16 Thread Johan Hovold
On Fri, Aug 16, 2013 at 10:16:59AM +0300, Dan Carpenter wrote: > The write_parport_reg_nonblock() function shouldn't sleep because it's > called with spinlocks held. Ouch. Thanks for catching this. > Signed-off-by: Dan Carpenter Cc: sta...@vger.kernel.org Acked-by: Johan Hovold Greg, this one