Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206676
b: refs/heads/master
c: 992cbf7
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann authored and Takashi Iwai committed Jul 14, 2010
1 parent 39dcc31 commit 7f03242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d209974cdc36aeeef406fa2019e9e1dacecbb979
refs/heads/master: 992cbf743862916dfbfdd3238fe3fecffbab5dd3
2 changes: 1 addition & 1 deletion trunk/sound/oss/msnd_pinnacle.c
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ static int mixer_ioctl(unsigned int cmd, unsigned long arg)

static long dev_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
{
int minor = iminor(inode);
int minor = iminor(file->f_path.dentry->d_inode);
int ret;

if (cmd == OSS_GETVERSION) {
Expand Down

0 comments on commit 7f03242

Please sign in to comment.