summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/state.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/state.c b/common/state.c
index cc44cecb48..d4ce7313be 100644
--- a/common/state.c
+++ b/common/state.c
@@ -517,8 +517,8 @@ static int state_convert_node_variable(struct state *state,
if (start_size[1] != sv->size) {
dev_err(&state->dev,
- "size mismatch: type=%s(size=%u) size=%u\n",
- type_name, sv->size, start_size[1]);
+ "%s: size mismatch: type=%s(size=%u) size=%u\n",
+ name, type_name, sv->size, start_size[1]);
ret = -EOVERFLOW;
goto out_free;
}