[RESEND,1/4] davinci vpbe: remove unused macro.

Message ID 1316410529-14744-2-git-send-email-manjunath.hadli@ti.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

Manjunath Hadli Sept. 19, 2011, 5:35 a.m. UTC
remove VPBE_DISPLAY_SD_BUF_SIZE as it is no longer used.

Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com>
---
 drivers/media/video/davinci/vpbe_display.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
  

Comments

Mauro Carvalho Chehab Sept. 23, 2011, 11:34 p.m. UTC | #1
Em 19-09-2011 02:35, Manjunath Hadli escreveu:
> remove VPBE_DISPLAY_SD_BUF_SIZE as it is no longer used.
> 
> Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com>
> ---
>  drivers/media/video/davinci/vpbe_display.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/media/video/davinci/vpbe_display.c b/drivers/media/video/davinci/vpbe_display.c
> index ae7add1..09a659e 100644
> --- a/drivers/media/video/davinci/vpbe_display.c
> +++ b/drivers/media/video/davinci/vpbe_display.c
> @@ -43,7 +43,6 @@
>  
>  static int debug;
>  
> -#define VPBE_DISPLAY_SD_BUF_SIZE (720*576*2)
>  #define VPBE_DEFAULT_NUM_BUFS 3
>  
>  module_param(debug, int, 0644);

This is really trivial. I won't wait for your pull request to
merge this one ;)

Thanks,
Mauro
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
  
Manjunath Hadli Sept. 26, 2011, 11:25 a.m. UTC | #2
On Sat, Sep 24, 2011 at 05:04:26, Mauro Carvalho Chehab wrote:
> Em 19-09-2011 02:35, Manjunath Hadli escreveu:
> > remove VPBE_DISPLAY_SD_BUF_SIZE as it is no longer used.
> > 
> > Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com>
> > ---
> >  drivers/media/video/davinci/vpbe_display.c |    1 -
> >  1 files changed, 0 insertions(+), 1 deletions(-)
> > 
> > diff --git a/drivers/media/video/davinci/vpbe_display.c 
> > b/drivers/media/video/davinci/vpbe_display.c
> > index ae7add1..09a659e 100644
> > --- a/drivers/media/video/davinci/vpbe_display.c
> > +++ b/drivers/media/video/davinci/vpbe_display.c
> > @@ -43,7 +43,6 @@
> >  
> >  static int debug;
> >  
> > -#define VPBE_DISPLAY_SD_BUF_SIZE (720*576*2)  #define 
> > VPBE_DEFAULT_NUM_BUFS 3
> >  
> >  module_param(debug, int, 0644);
> 
> This is really trivial. I won't wait for your pull request to merge this one ;)

Thank you Mauro.

> 
> Thanks,
> Mauro
> 

Thx,
-Manju
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
  

Patch

diff --git a/drivers/media/video/davinci/vpbe_display.c b/drivers/media/video/davinci/vpbe_display.c
index ae7add1..09a659e 100644
--- a/drivers/media/video/davinci/vpbe_display.c
+++ b/drivers/media/video/davinci/vpbe_display.c
@@ -43,7 +43,6 @@ 
 
 static int debug;
 
-#define VPBE_DISPLAY_SD_BUF_SIZE (720*576*2)
 #define VPBE_DEFAULT_NUM_BUFS 3
 
 module_param(debug, int, 0644);