summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/state.c b/common/state.c
index 1ff0e2451f..aa436fcd9a 100644
--- a/common/state.c
+++ b/common/state.c
@@ -1279,7 +1279,7 @@ static int backend_raw_load_one(struct state_backend_raw *backend_raw,
max_len -= sizeof(header);
if (ret < 0) {
dev_err(&state->dev,
- "cannot read header from backend device");
+ "cannot read header from backend device\n");
return ret;
}