Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45572
b: refs/heads/master
c: 6397256
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo authored and James Bottomley committed Jan 6, 2007
1 parent 94fe55e commit 2f8b98f
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: a96e0c7798057dd8055d0263c076fed975c10237
refs/heads/master: 6397256b0af52082db3b7f804aa3b612a17dcbc9
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/sr.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ static int sr_block_ioctl(struct inode *inode, struct file *file, unsigned cmd,
}

ret = cdrom_ioctl(file, &cd->cdi, inode, cmd, arg);
if (ret != ENOSYS)
if (ret != -ENOSYS)
return ret;

/*
Expand Down

0 comments on commit 2f8b98f

Please sign in to comment.