Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17611
b: refs/heads/master
c: f86e776
h: refs/heads/master
i:
  17609: 5776aca
  17607: 1c04642
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Jan 10, 2006
1 parent 69e2bef commit 41a4eea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0eaa21fdfe2c50ba27456730cd8da8782cddaf6f
refs/heads/master: f86e7767990c0d63f0630cbf6018b6996f9ecde5
4 changes: 2 additions & 2 deletions trunk/drivers/media/radio/radio-maestro.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ static inline int radio_function(struct inode *inode, struct file *file,
unsigned int cmd, void *arg)
{
struct video_device *dev = video_devdata(file);
struct radio_device *card = dev->priv;
struct radio_device *card = video_get_drvdata(dev);

switch (cmd) {
case VIDIOCGCAP: {
Expand Down Expand Up @@ -256,7 +256,7 @@ static int radio_ioctl(struct inode *inode, struct file *file,
unsigned int cmd, unsigned long arg)
{
struct video_device *dev = video_devdata(file);
struct radio_device *card = dev->priv;
struct radio_device *card = video_get_drvdata(dev);
int ret;

down(&card->lock);
Expand Down

0 comments on commit 41a4eea

Please sign in to comment.