Dont error spew if no misc partition is available.
Change-Id: Ic5d9c8dc936e8f9a4c61474cebeabb2eecc4446e
This commit is contained in:
		| @@ -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; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user