Skip to content

Commit

Permalink
[media] pvrusb2: Clean up pvr2_hdw_get_detected_std()
Browse files Browse the repository at this point in the history
Move full implementation of pvr2_hdw_get_detected_std() actually
include pvr2_hdw_get_detected_std().

Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mike Isely authored and Mauro Carvalho Chehab committed May 7, 2012
1 parent c6d26cf commit 7378c18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/pvrusb2/pvrusb2-hdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -2997,6 +2997,7 @@ static void pvr2_subdev_set_control(struct pvr2_hdw *hdw, int id,

int pvr2_hdw_get_detected_std(struct pvr2_hdw *hdw, v4l2_std_id *std)
{
*std = V4L2_STD_ALL;
v4l2_device_call_all(&hdw->v4l2_dev, 0,
video, querystd, std);
return 0;
Expand Down

0 comments on commit 7378c18

Please sign in to comment.