Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ASoC: Intel: skl_hda_dsp_generic: fix clang/gcc build error
Use semicolon to complete an expression instead of comma for following build error. sound/soc/intel/boards/skl_hda_dsp_generic.c:108:2: error: expected expression dev_dbg(&pdev->dev, "board_quirk = %lx\n", board_quirk); Fixes: 33e59e5 ("ASoC: Intel: skl_hda_dsp_generic: Allocate snd_soc_card dynamically") Signed-off-by: Brent Lu <[email protected]>
- Loading branch information