diff --git a/src/audio/mfcc/mfcc.c b/src/audio/mfcc/mfcc.c index 7adb33839389..bc07a5058496 100644 --- a/src/audio/mfcc/mfcc.c +++ b/src/audio/mfcc/mfcc.c @@ -84,7 +84,7 @@ static int mfcc_init(struct processing_module *mod) /* Check first that configuration blob size is sane */ if (bs > SOF_MFCC_CONFIG_MAX_SIZE) { - comp_err(dev, "mfcc_init() error: configuration blob size %u exceeds %d", + comp_err(dev, "mfcc_init() error: configuration blob size %zu exceeds %d", bs, SOF_MFCC_CONFIG_MAX_SIZE); return -EINVAL; }