* [PATCH] state: backend_storage: remove unreachable error message
@ 2017-07-18 13:15 Philipp Zabel
0 siblings, 0 replies; only message in thread
From: Philipp Zabel @ 2017-07-18 13:15 UTC (permalink / raw)
To: barebox
This looks like a leftover.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
common/state/backend_storage.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/common/state/backend_storage.c b/common/state/backend_storage.c
index 8d24f7053..1abf8c866 100644
--- a/common/state/backend_storage.c
+++ b/common/state/backend_storage.c
@@ -392,8 +392,6 @@ int state_storage_init(struct state *state, const char *path,
} else {
return state_storage_file_buckets_init(storage);
}
-
- dev_err(storage->dev, "storage init done\n");
}
void state_storage_set_readonly(struct state_backend_storage *storage)
--
2.11.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-07-18 13:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-18 13:15 [PATCH] state: backend_storage: remove unreachable error message Philipp Zabel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox