From 42035d76ede17b30bbc3b08175b2d954dd2c4b25 Mon Sep 17 00:00:00 2001 From: Ulrich Ölmann Date: Tue, 18 Dec 2018 14:57:43 +0100 Subject: state: backend_storage: remove unreachable error message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This ports the following barebox commit: | commit e19730531a167b65ffb1e3b497810dc5d1e30666 | Author: Philipp Zabel | Date: Tue Jul 18 15:15:34 2017 +0200 | | state: backend_storage: remove unreachable error message | | This looks like a leftover. | | Signed-off-by: Philipp Zabel | Signed-off-by: Lucas Stach Signed-off-by: Ulrich Ölmann Signed-off-by: Roland Hieber --- src/barebox-state/backend_storage.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/barebox-state/backend_storage.c b/src/barebox-state/backend_storage.c index 823fe69..db38553 100644 --- a/src/barebox-state/backend_storage.c +++ b/src/barebox-state/backend_storage.c @@ -391,8 +391,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) -- cgit v1.2.3