projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d536058
)
UBI: remove bogus assertion
author
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Tue, 22 Jan 2008 10:31:30 +0000
(12:31 +0200)
committer
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Fri, 25 Jan 2008 14:41:25 +0000
(16:41 +0200)
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
drivers/mtd/ubi/scan.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/ubi/scan.c
b/drivers/mtd/ubi/scan.c
index c7b0afc9d2808e13b64ce2fae7d6755b2c99041e..0c05f7b901277a2ce99a59fa8d2b2b0261112724 100644
(file)
--- a/
drivers/mtd/ubi/scan.c
+++ b/
drivers/mtd/ubi/scan.c
@@
-390,7
+390,6
@@
out_free_buf:
vfree(buf);
out_free_vidh:
ubi_free_vid_hdr(ubi, vh);
- ubi_assert(err < 0);
return err;
}