Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28231
b: refs/heads/master
c: 821499a
h: refs/heads/master
i:
  28229: 2eabccf
  28227: c0ec992
  28223: d8094c8
v: v3
  • Loading branch information
Mark Haverkamp authored and James Bottomley committed Jun 12, 2006
1 parent 2aa7060 commit 05a2b3f
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: c5943d36aebb79589ac3983eec418bbeca897573
refs/heads/master: 821499a8241019be5591fad5ab925759fbcd9f32
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/aacraid/linit.c
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ static long aac_compat_do_ioctl(struct aac_dev *dev, unsigned cmd, unsigned long

f = compat_alloc_user_space(sizeof(*f));
ret = 0;
if (clear_user(f, sizeof(*f)) != sizeof(*f))
if (clear_user(f, sizeof(*f)))
ret = -EFAULT;
if (copy_in_user(f, (void __user *)arg, sizeof(struct fib_ioctl) - sizeof(u32)))
ret = -EFAULT;
Expand Down

0 comments on commit 05a2b3f

Please sign in to comment.