summaryrefslogtreecommitdiff
path: root/himax_inspection.c
diff options
context:
space:
mode:
Diffstat (limited to 'himax_inspection.c')
-rw-r--r--himax_inspection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/himax_inspection.c b/himax_inspection.c
index af2b122..02ebd30 100644
--- a/himax_inspection.c
+++ b/himax_inspection.c
@@ -239,7 +239,7 @@ static int hx_test_data_get(int RAW[], char *start_log, char *result,
g_rslt_data_len += len;
I("%s: g_rslt_data_len=%d!\n", __func__, g_rslt_data_len);
} else {
- E("%s: g_rslt_data_len=%d + len=%d over than %d.\n", __func__,
+ E("%s: g_rslt_data_len=%d + len=%zd over than %u.\n", __func__,
g_rslt_data_len, len, g_1kind_raw_size * HX_CRITERIA_ITEM);
}