Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343931
b: refs/heads/master
c: 6c058fb
h: refs/heads/master
i:
  343929: 1a7bfb7
  343927: 0de2f93
v: v3
  • Loading branch information
Alan Cox authored and Mauro Carvalho Chehab committed Nov 21, 2012
1 parent f30cf8c commit aa36629
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 09f29673857a499dcf9a3baa896faf791d06812f
refs/heads/master: 6c058fb66e66bab8a0725753dd58f5c140af07f2
6 changes: 3 additions & 3 deletions trunk/drivers/media/usb/pvrusb2/pvrusb2-hdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -3563,9 +3563,9 @@ void pvr2_hdw_v4l_store_minor_number(struct pvr2_hdw *hdw,
enum pvr2_v4l_type index,int v)
{
switch (index) {
case pvr2_v4l_type_video: hdw->v4l_minor_number_video = v;
case pvr2_v4l_type_vbi: hdw->v4l_minor_number_vbi = v;
case pvr2_v4l_type_radio: hdw->v4l_minor_number_radio = v;
case pvr2_v4l_type_video: hdw->v4l_minor_number_video = v;break;
case pvr2_v4l_type_vbi: hdw->v4l_minor_number_vbi = v;break;
case pvr2_v4l_type_radio: hdw->v4l_minor_number_radio = v;break;
default: break;
}
}
Expand Down

0 comments on commit aa36629

Please sign in to comment.