Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1249
b: refs/heads/master
c: e72022e
h: refs/heads/master
i:
  1247: f422a7e
v: v3
  • Loading branch information
Stephen Tweedie authored and Linus Torvalds committed May 18, 2005
1 parent 45dadc1 commit 61cb130
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: d1ded203adf16b42ca90e9041120ae465ca5c4a6
refs/heads/master: e72022e13d659bece2fc9cb2dd97afa67047dbca
2 changes: 1 addition & 1 deletion trunk/drivers/char/raw.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ raw_ioctl(struct inode *inode, struct file *filp,
{
struct block_device *bdev = filp->private_data;

return blkdev_ioctl(bdev->bd_inode, filp, command, arg);
return blkdev_ioctl(bdev->bd_inode, NULL, command, arg);
}

static void bind_device(struct raw_config_request *rq)
Expand Down

0 comments on commit 61cb130

Please sign in to comment.