Dont error spew if no misc partition is available.
Change-Id: Ic5d9c8dc936e8f9a4c61474cebeabb2eecc4446e
This commit is contained in:
parent
e8bc2c808c
commit
d9fbe2f1ce
@ -40,7 +40,6 @@ int get_bootloader_message(struct bootloader_message *out) {
|
||||
LOGE("unknown misc partition fs_type \"%s\"\n", v->fs_type);
|
||||
return -1;
|
||||
}
|
||||
LOGE("no misc partition\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
@ -56,7 +55,6 @@ int set_bootloader_message(const struct bootloader_message *in) {
|
||||
LOGE("unknown misc partition fs_type \"%s\"\n", v->fs_type);
|
||||
return -1;
|
||||
}
|
||||
LOGE("no misc partition\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user