projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4857640
)
UBI: remove unused variable
author
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Fri, 27 Apr 2007 12:11:44 +0000
(15:11 +0300)
committer
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Fri, 27 Apr 2007 12:11:44 +0000
(15:11 +0300)
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
drivers/mtd/ubi/gluebi.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/ubi/gluebi.c
b/drivers/mtd/ubi/gluebi.c
index c8bbfd1e67aba3f33c346873f5c2c928411464bb..fc9478d605ff134255e91f5834a3c6ba17eab122 100644
(file)
--- 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);