aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorakpm@linux-foundation.org <akpm@linux-foundation.org>2008-01-16 04:24:27 -0500
committerDavid Woodhouse <dwmw2@infradead.org>2008-02-03 02:09:27 -0500
commit5b1defe73a538dfe35f7b59bcaf047c0005bff4d (patch)
tree28cc01fdf37c9936b9528febdcc45eccb468b5ef /drivers/mtd
parent9a310d21196f38f6ad0ad146057548653e495c09 (diff)
[UBI] drivers/mtd/ubi/cdev.c: unused var
Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/ubi/cdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/cdev.c b/drivers/mtd/ubi/cdev.c
index a60a3a24c2a1..5ec13dc4705b 100644
--- a/drivers/mtd/ubi/cdev.c
+++ b/drivers/mtd/ubi/cdev.c
@@ -268,7 +268,7 @@ static ssize_t vol_cdev_direct_write(struct file *file, const char __user *buf,
268 struct ubi_volume_desc *desc = file->private_data; 268 struct ubi_volume_desc *desc = file->private_data;
269 struct ubi_volume *vol = desc->vol; 269 struct ubi_volume *vol = desc->vol;
270 struct ubi_device *ubi = vol->ubi; 270 struct ubi_device *ubi = vol->ubi;
271 int lnum, off, len, tbuf_size, vol_id = vol->vol_id, err = 0; 271 int lnum, off, len, tbuf_size, err = 0;
272 size_t count_save = count; 272 size_t count_save = count;
273 char *tbuf; 273 char *tbuf;
274 uint64_t tmp; 274 uint64_t tmp;