Skip to content

Commit

Permalink
Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6
Browse files Browse the repository at this point in the history
* 'for-linus' of git://git.infradead.org/ubi-2.6:
  UBI: fix volume creation input checking
  • Loading branch information
Linus Torvalds committed Jan 28, 2010
2 parents b39bda6 + c5ce5b4 commit 551e28d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mtd/ubi/cdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,6 @@ static long ubi_cdev_ioctl(struct file *file, unsigned int cmd,
break;
}

req.name[req.name_len] = '\0';
err = verify_mkvol_req(ubi, &req);
if (err)
break;
Expand Down

0 comments on commit 551e28d

Please sign in to comment.