Re: [PATCH] uas: no gfp argument to uas_submit_urbs()

2015-11-04 Thread Greg KH
On Wed, Nov 04, 2015 at 02:20:53PM +0100, Hans de Goede wrote: > Hi, > > On 03-11-15 16:43, Oliver Neukum wrote: > >This function must be called with a spinlock held. > >Memory can be allocated only with GFP_ATOMIC. Passing > >a gfp_t argument is a waste. > > > >Signed-off-by: Oliver Neukum > >

Re: [PATCH] uas: no gfp argument to uas_submit_urbs()

2015-11-04 Thread Hans de Goede
Hi, On 03-11-15 16:43, Oliver Neukum wrote: This function must be called with a spinlock held. Memory can be allocated only with GFP_ATOMIC. Passing a gfp_t argument is a waste. Signed-off-by: Oliver Neukum Patch looks good to me: Reviewed-by: Hans de Goede Greg, can you pick this one up

[PATCH] uas: no gfp argument to uas_submit_urbs()

2015-11-03 Thread Oliver Neukum
This function must be called with a spinlock held. Memory can be allocated only with GFP_ATOMIC. Passing a gfp_t argument is a waste. Signed-off-by: Oliver Neukum --- drivers/usb/storage/uas.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers/