Re: [PATCH] drivers: staging: davinci_vpfe: use resource_size()

2013-03-18 Thread Silviu Popescu
On Sun, Mar 17, 2013 at 3:38 PM, Prabhakar Lad prabhakar.cse...@gmail.com wrote: Hi, Thanks for the patch! did you build test this patch ? the above header file(ioport.h) is not required in all the above files which you included. Cheers, --Prabhakar Lad Hi, It would seem I was a bit

[PATCH] drivers: staging: davinci_vpfe: use resource_size()

2013-03-17 Thread Silviu-Mihai Popescu
This uses the resource_size() function instead of explicit computation. Signed-off-by: Silviu-Mihai Popescu silviupopescu1...@gmail.com --- drivers/staging/media/davinci_vpfe/dm365_ipipe.c |3 ++- drivers/staging/media/davinci_vpfe/dm365_isif.c|6 --

Re: [PATCH] drivers: staging: davinci_vpfe: use resource_size()

2013-03-17 Thread Prabhakar Lad
Hi, Thanks for the patch! On Sun, Mar 17, 2013 at 1:13 PM, Silviu-Mihai Popescu silviupopescu1...@gmail.com wrote: This uses the resource_size() function instead of explicit computation. Signed-off-by: Silviu-Mihai Popescu silviupopescu1...@gmail.com ---