diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-01-28 21:57:50 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-01-28 21:57:50 +0100 |
commit | 551e28dbe82f9de58993d7587201a2569b942341 (patch) | |
tree | 8f14618a4f5f016d41eb5b263784e3e2a4dd2bf3 /drivers/mtd | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... (diff) | |
parent | UBI: fix volume creation input checking (diff) | |
download | linux-551e28dbe82f9de58993d7587201a2569b942341.tar.xz linux-551e28dbe82f9de58993d7587201a2569b942341.zip |
Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6
* 'for-linus' of git://git.infradead.org/ubi-2.6:
UBI: fix volume creation input checking
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/ubi/cdev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/cdev.c b/drivers/mtd/ubi/cdev.c index f237ddbb2713..111ea41c4ecd 100644 --- a/drivers/mtd/ubi/cdev.c +++ b/drivers/mtd/ubi/cdev.c @@ -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; |