Re: [PATCH 2/2] zoran: fix sparse warnings

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Em Fri, 2 Oct 2020 09:29:09 +0200
LABBE Corentin <clabbe@xxxxxxxxxxxx> escreveu:

> On Mon, Sep 28, 2020 at 03:28:31PM +0200, Hans Verkuil wrote:
> > The output is not fully supported yet, so some ops are
> > commented out. Also comment out the corresponding callbacks to prevent
> > these sparse warnings:
> > 
> > drivers/staging/media/zoran/zoran_driver.c:656:12: warning: 'zoran_s_output' defined but not used [-Wunused-function]
> >   656 | static int zoran_s_output(struct file *file, void *__fh, unsigned int output)
> >       |            ^~~~~~~~~~~~~~
> > drivers/staging/media/zoran/zoran_driver.c:649:12: warning: 'zoran_g_output' defined but not used [-Wunused-function]
> >   649 | static int zoran_g_output(struct file *file, void *__fh, unsigned int *output)
> >       |            ^~~~~~~~~~~~~~
> > drivers/staging/media/zoran/zoran_driver.c:635:12: warning: 'zoran_enum_output' defined but not used [-Wunused-function]
> >   635 | static int zoran_enum_output(struct file *file, void *__fh,
> >       |            ^~~~~~~~~~~~~~~~~
> > drivers/staging/media/zoran/zoran_driver.c:302:12: warning: 'zoran_enum_fmt_vid_overlay' defined but not used [-Wunused-function]
> >   302 | static int zoran_enum_fmt_vid_overlay(struct file *file, void *__fh,
> >       |            ^~~~~~~~~~~~~~~~~~~~~~~~~~
> > drivers/staging/media/zoran/zoran_driver.c:294:12: warning: 'zoran_enum_fmt_vid_out' defined but not used [-Wunused-function]
> >   294 | static int zoran_enum_fmt_vid_out(struct file *file, void *__fh,
> >       |            ^~~~~~~~~~~~~~~~~~~~~~
> > 
> > Signed-off-by: Hans Verkuil <hverkuil-cisco@xxxxxxxxx>
> > ---  
> 
> Hello
> 
> What about using "ifdef CONFIG_ZORAN_OUTPUT" instead of "ifdef 0"
> Otherwise:
> Acked-by: Corentin Labbe <clabbe@xxxxxxxxxxxx>

No. Better to keep #ifdef 0, a this has a higher chance of being
noticed when the driver moves out of staging.

Thanks,
Mauro



[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux