Hi Konstantin, Thanks for the patch. On Wednesday 21 March 2012 10:56:33 Konstantin Khlebnikov wrote: > Signed-off-by: Konstantin Khlebnikov <khlebnikov@xxxxxxxxxx> > Cc: linux-media@xxxxxxxxxxxxxxx > Cc: devel@xxxxxxxxxxxxxxxxxxxx > Cc: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx> > Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Cc: John Stultz <john.stultz@xxxxxxxxxx> > Cc: "Arve Hjønnevåg" <arve@xxxxxxxxxxx> > --- > drivers/media/video/omap3isp/ispqueue.h | 2 +- For the OMAP3 ISP driver, Acked-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > drivers/staging/android/ashmem.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/media/video/omap3isp/ispqueue.h > b/drivers/media/video/omap3isp/ispqueue.h index 92c5a12..908dfd7 100644 > --- a/drivers/media/video/omap3isp/ispqueue.h > +++ b/drivers/media/video/omap3isp/ispqueue.h > @@ -90,7 +90,7 @@ struct isp_video_buffer { > void *vaddr; > > /* For userspace buffers. */ > - unsigned long vm_flags; > + vm_flags_t vm_flags; > unsigned long offset; > unsigned int npages; > struct page **pages; > diff --git a/drivers/staging/android/ashmem.c > b/drivers/staging/android/ashmem.c index 9f1f27e..4511420 100644 > --- a/drivers/staging/android/ashmem.c > +++ b/drivers/staging/android/ashmem.c > @@ -269,7 +269,7 @@ out: > return ret; > } > > -static inline unsigned long calc_vm_may_flags(unsigned long prot) > +static inline vm_flags_t calc_vm_may_flags(unsigned long prot) > { > return _calc_vm_trans(prot, PROT_READ, VM_MAYREAD) | > _calc_vm_trans(prot, PROT_WRITE, VM_MAYWRITE) | > -- Regards, Laurent Pinchart _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel