Skip to content

Commit 14d5d45

Browse files
wangweidongabroonie
authored andcommitted
ASoC: codecs: Modify the log print statement
Change hdrlen to hdr_len Signed-off-by: Ben Yi <[email protected]> Signed-off-by: Weidong Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 27db41a commit 14d5d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/aw88395/aw88395_lib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ static int aw_dev_check_cfg_by_hdr(struct aw_device *aw_dev, struct aw_container
932932

933933
hdr_ddt_len = cfg_hdr->hdr_offset + cfg_hdr->ddt_size;
934934
if (hdr_ddt_len > aw_cfg->len) {
935-
dev_err(aw_dev->dev, "hdrlen with ddt_len [%d] overflow file size[%d]",
935+
dev_err(aw_dev->dev, "hdr_len with ddt_len [%d] overflow file size[%d]",
936936
cfg_hdr->hdr_offset, aw_cfg->len);
937937
return -EINVAL;
938938
}

0 commit comments

Comments
 (0)