Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d468a030026017008286919aa6127b1190efb2c2
Commit:     d468a030026017008286919aa6127b1190efb2c2
Parent:     485764016d5accb813e8bdd076802a7e3318bb64
Author:     Artem Bityutskiy <[EMAIL PROTECTED]>
AuthorDate: Fri Apr 27 15:11:44 2007 +0300
Committer:  Artem Bityutskiy <[EMAIL PROTECTED]>
CommitDate: Fri Apr 27 15:11:44 2007 +0300

    UBI: remove unused variable
    
    Signed-off-by: Artem Bityutskiy <[EMAIL PROTECTED]>
---
 drivers/mtd/ubi/gluebi.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/mtd/ubi/gluebi.c b/drivers/mtd/ubi/gluebi.c
index c8bbfd1..fc9478d 100644
--- a/drivers/mtd/ubi/gluebi.c
+++ b/drivers/mtd/ubi/gluebi.c
@@ -271,7 +271,6 @@ out_err:
  */
 int ubi_create_gluebi(struct ubi_device *ubi, struct ubi_volume *vol)
 {
-       int err;
        struct mtd_info *mtd = &vol->gluebi_mtd;
 
        mtd->name = kmemdup(vol->name, vol->name_len + 1, GFP_KERNEL);
-
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

Reply via email to