Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322980
b: refs/heads/master
c: 97651ea
h: refs/heads/master
v: v3
  • Loading branch information
David Milburn authored and Jens Axboe committed Sep 12, 2012
1 parent 7e3beeb commit ac72a39
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: ac64e6572d3906c3874175cf5345a37dc7f983f5
refs/heads/master: 97651ea687d3b6a214c32b49f79523db709fba18
2 changes: 1 addition & 1 deletion trunk/drivers/block/mtip32xx/mtip32xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1904,7 +1904,7 @@ static int exec_drive_command(struct mtip_port *port, u8 *command,
int rv = 0, xfer_sz = command[3];

if (xfer_sz) {
if (user_buffer)
if (!user_buffer)
return -EFAULT;

buf = dmam_alloc_coherent(&port->dd->pdev->dev,
Expand Down

0 comments on commit ac72a39

Please sign in to comment.