Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5b1defe73a538dfe35f7b59bcaf047c0005bff4d Commit: 5b1defe73a538dfe35f7b59bcaf047c0005bff4d Parent: 9a310d21196f38f6ad0ad146057548653e495c09 Author: [EMAIL PROTECTED] <[EMAIL PROTECTED]> AuthorDate: Wed Jan 16 01:24:27 2008 -0800 Committer: David Woodhouse <[EMAIL PROTECTED]> CommitDate: Sun Feb 3 18:09:27 2008 +1100
[UBI] drivers/mtd/ubi/cdev.c: unused var Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: David Woodhouse <[EMAIL PROTECTED]> --- drivers/mtd/ubi/cdev.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/ubi/cdev.c b/drivers/mtd/ubi/cdev.c index a60a3a2..5ec13dc 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, struct ubi_volume_desc *desc = file->private_data; struct ubi_volume *vol = desc->vol; struct ubi_device *ubi = vol->ubi; - int lnum, off, len, tbuf_size, vol_id = vol->vol_id, err = 0; + int lnum, off, len, tbuf_size, err = 0; size_t count_save = count; char *tbuf; uint64_t tmp; - To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html