Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131581
b: refs/heads/master
c: b28fe28
h: refs/heads/master
i:
  131579: 8a7e8dd
v: v3
  • Loading branch information
Dan Carpenter authored and Linus Torvalds committed Feb 21, 2009
1 parent 6d3e156 commit d3fb0e6
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: 9b6d25100ace1dcf9750803ff08f6b61f840be79
refs/heads/master: b28fe28f2a07ee325834179174a95495d2786561
2 changes: 1 addition & 1 deletion trunk/drivers/char/sx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1789,7 +1789,7 @@ static long sx_fw_ioctl(struct file *filp, unsigned int cmd,
nbytes - i : SX_CHUNK_SIZE)) {
kfree(tmp);
rc = -EFAULT;
break;
goto out;
}
memcpy_toio(board->base2 + offset + i, tmp,
(i + SX_CHUNK_SIZE > nbytes) ?
Expand Down

0 comments on commit d3fb0e6

Please sign in to comment.