aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/gluebi.c
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2007-04-27 15:11:44 +0300
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2007-04-27 15:11:44 +0300
commitd468a030026017008286919aa6127b1190efb2c2 (patch)
treee4b0b156365aa2561e6d0308cec95bcb983bcdc7 /drivers/mtd/ubi/gluebi.c
parentUBI: add me to MAINTAINERS (diff)
downloadlinux-dev-d468a030026017008286919aa6127b1190efb2c2.tar.xz
linux-dev-d468a030026017008286919aa6127b1190efb2c2.zip
UBI: remove unused variable
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'drivers/mtd/ubi/gluebi.c')
-rw-r--r--drivers/mtd/ubi/gluebi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/gluebi.c b/drivers/mtd/ubi/gluebi.c
index c8bbfd1e67ab..fc9478d605ff 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);