Skip to content

Commit 2af9599

Browse files
committed
ASoC: SOF: topology: fix alignment issue
Make checkpatch happy Signed-off-by: Pierre-Louis Bossart <[email protected]>
1 parent 57315c0 commit 2af9599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/sof/topology.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2081,7 +2081,7 @@ static int sof_link_load(struct snd_soc_component *scomp, int index,
20812081
/* usually we use 1 config, but for HDA it may be 0 ATM */
20822082
if (le32_to_cpu(cfg->num_hw_configs) != 1)
20832083
dev_warn(sdev->dev, "warn: unexpected DAI config count %d!\n",
2084-
le32_to_cpu(cfg->num_hw_configs));
2084+
le32_to_cpu(cfg->num_hw_configs));
20852085

20862086
/* check we have some tokens - we need at least DAI type */
20872087
if (le32_to_cpu(private->size) == 0) {

0 commit comments

Comments
 (0)