Message ID | 20230213093649.22928-3-wangweidong.a@awinic.com |
---|---|
State | Accepted |
Commit | 14d5d454547adae64a76731c90c37fe33f7d1d44 |
Headers | show |
Series | ASoC: codecs: Modify error implicit declaration of function and misspelling | expand |
diff --git a/sound/soc/codecs/aw88395/aw88395_lib.c b/sound/soc/codecs/aw88395/aw88395_lib.c index d7c31a202adc..05bcf49da857 100644 --- a/sound/soc/codecs/aw88395/aw88395_lib.c +++ b/sound/soc/codecs/aw88395/aw88395_lib.c @@ -932,7 +932,7 @@ static int aw_dev_check_cfg_by_hdr(struct aw_device *aw_dev, struct aw_container hdr_ddt_len = cfg_hdr->hdr_offset + cfg_hdr->ddt_size; if (hdr_ddt_len > aw_cfg->len) { - dev_err(aw_dev->dev, "hdrlen with ddt_len [%d] overflow file size[%d]", + dev_err(aw_dev->dev, "hdr_len with ddt_len [%d] overflow file size[%d]", cfg_hdr->hdr_offset, aw_cfg->len); return -EINVAL; }