[media] v4l2-dv-timings: rename v4l_match_dv_timings to v4l2_match_dv_timings
It's the only function in v4l2-dv-timings.c with the v4l prefix instead of v4l2. Make it consistent with the other functions. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Šī revīzija ir iekļauta:

revīziju iesūtīja
Mauro Carvalho Chehab

vecāks
11d034c8b6
revīzija
ef1ed8f5d3
@@ -642,7 +642,7 @@ static int vidioc_s_dv_timings(struct file *file, void *_fh,
|
||||
if (dev->status != STATUS_IDLE)
|
||||
return -EBUSY;
|
||||
for (i = 0; i < ARRAY_SIZE(hdpvr_dv_timings); i++)
|
||||
if (v4l_match_dv_timings(timings, hdpvr_dv_timings + i, 0))
|
||||
if (v4l2_match_dv_timings(timings, hdpvr_dv_timings + i, 0))
|
||||
break;
|
||||
if (i == ARRAY_SIZE(hdpvr_dv_timings))
|
||||
return -EINVAL;
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user