mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
UBI: fix error message
The ubi_err() macro will add \n. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
This commit is contained in:
parent
a6ea440769
commit
bb84c1a199
@ -299,7 +299,7 @@ int ubi_create_gluebi(struct ubi_device *ubi, struct ubi_volume *vol)
|
||||
mtd->size = vol->used_bytes;
|
||||
|
||||
if (add_mtd_device(mtd)) {
|
||||
ubi_err("cannot not add MTD device\n");
|
||||
ubi_err("cannot not add MTD device");
|
||||
kfree(mtd->name);
|
||||
return -ENFILE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user