Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195861
b: refs/heads/master
c: bcc98a4
h: refs/heads/master
i:
  195859: 3376db9
v: v3
  • Loading branch information
H Hartley Sweeten authored and David Woodhouse committed Feb 25, 2010
1 parent 402ad76 commit 6347297
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: 1449c5d0e8f25af6c903797a636696901122e4e8
refs/heads/master: bcc98a46eafd38968b05e793326f031988c2b2a8
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/mtdchar.c
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ static int mtd_ioctl(struct inode *inode, struct file *file,
{
uint32_t ur_idx;
struct mtd_erase_region_info *kr;
struct region_info_user *ur = (struct region_info_user *) argp;
struct region_info_user __user *ur = argp;

if (get_user(ur_idx, &(ur->regionindex)))
return -EFAULT;
Expand Down

0 comments on commit 6347297

Please sign in to comment.