bootloader_message: Remove the no-op blank line.
am: fbde508ace
Change-Id: Ia3f298ef61fbeed0a80b8d85366ee27358a3320f
This commit is contained in:
@@ -128,7 +128,6 @@ static bool write_misc_partition(const void* p, size_t size, size_t offset, std:
|
|||||||
strerror(errno));
|
strerror(errno));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: O_SYNC and fsync duplicates each other?
|
// TODO: O_SYNC and fsync duplicates each other?
|
||||||
if (fsync(fd.get()) == -1) {
|
if (fsync(fd.get()) == -1) {
|
||||||
*err = android::base::StringPrintf("failed to fsync %s: %s", misc_blk_device.c_str(),
|
*err = android::base::StringPrintf("failed to fsync %s: %s", misc_blk_device.c_str(),
|
||||||
|
|||||||
Reference in New Issue
Block a user