Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37332
b: refs/heads/master
c: 3ca5716
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Sep 26, 2006
1 parent 8077ff2 commit 63353d5
Show file tree
Hide file tree
Showing 4 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: 22694c0c38ba023c6535f6b5b7925f9fb7a868fd
refs/heads/master: 3ca57169ce979be1919b013230940bb5c7b3ba5d
2 changes: 1 addition & 1 deletion trunk/drivers/media/radio/radio-gemtek-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ static int gemtek_pci_do_ioctl(struct inode *inode, struct file *file,
}
default:
return v4l_compat_translate_ioctl(inode,file,cmd,arg,
gemtek_do_ioctl);
gemtek_pci_do_ioctl);
}
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/radio/radio-sf16fmr2.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ static int fmr2_do_ioctl(struct inode *inode, struct file *file,
}
default:
return v4l_compat_translate_ioctl(inode,file,cmd,arg,
az_do_ioctl);
fmr2_do_ioctl);

}
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/radio/radio-typhoon.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ static int typhoon_do_ioctl(struct inode *inode, struct file *file,

default:
return v4l_compat_translate_ioctl(inode,file,cmd,arg,
typhon_do_ioctl);
typhoon_do_ioctl);
}
}

Expand Down

0 comments on commit 63353d5

Please sign in to comment.