summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/barebox-state/backend_storage.c2
1 files changed, 0 insertions, 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)