Re: [PATCH] staging: comedi: ni_mio_common: fix the ni_write[blw]() functions

2016-03-16 Thread Ian Abbott
On 15/03/16 21:48, H Hartley Sweeten wrote: Memory mapped io (dev->mmio) should not also be writing to the ioport (dev->iobase) registers. Add the missing 'else' to these functions. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/ni_

Re: [PATCH] media: add GFP flag to media_*() that could get called in atomic context

2016-03-16 Thread Sakari Ailus
Hi Mauro, On Tue, Mar 15, 2016 at 12:55:35PM -0300, Mauro Carvalho Chehab wrote: > Em Mon, 14 Mar 2016 14:09:09 +0200 > Sakari Ailus escreveu: > > > Hi Mauro, > > > > On Mon, Mar 14, 2016 at 08:46:33AM -0300, Mauro Carvalho Chehab wrote: > > > Em Mon, 14 Mar 2016 12:52:54 +0200 > > > Sakari Ail