V4L/DVB (10698): v4l2-common: remove v4l2_ctrl_query_fill_std
authorHans Verkuil <hverkuil@xs4all.nl>
Sat, 21 Feb 2009 21:47:24 +0000 (18:47 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:42:54 +0000 (12:42 -0300)
commit10afbef15e7bba5e1008f583852077743d28c395
tree73dbfe2a3ccde6ef75c3403fb189274247740003
parent1df795370c1392a026c63816368108187aec2ec1
V4L/DVB (10698): v4l2-common: remove v4l2_ctrl_query_fill_std

The v4l2_ctrl_query_fill_std() function wasn't one the best idea I ever had.
It doesn't add anything valuable that cannot be expressed equally well with
v4l2_ctrl_query_fill and only adds overhead.

Replace it with v4l2_ctrl_query_fill() everywhere it is used and remove it
from v4l2_common.c.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
13 files changed:
drivers/media/video/cx18/cx18-av-core.c
drivers/media/video/cx2341x.c
drivers/media/video/cx25840/cx25840-core.c
drivers/media/video/msp3400-driver.c
drivers/media/video/saa7115.c
drivers/media/video/saa7134/saa6752hs.c
drivers/media/video/saa7134/saa7134-empress.c
drivers/media/video/tda7432.c
drivers/media/video/tda9875.c
drivers/media/video/tvaudio.c
drivers/media/video/tvp514x.c
drivers/media/video/v4l2-common.c
include/media/v4l2-common.h