From 9d53e0f780bc9c36b0245205c4a78cf00e54e39b Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bossart Date: Mon, 29 Oct 2018 12:53:31 -0500 Subject: [PATCH] ASoC: SOF: Intel: fix alignment issues in intel/hda.c Make checkpatch happy Signed-off-by: Pierre-Louis Bossart --- sound/soc/sof/intel/hda.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sound/soc/sof/intel/hda.c b/sound/soc/sof/intel/hda.c index 163194062ee4..a9baed1ec6ed 100644 --- a/sound/soc/sof/intel/hda.c +++ b/sound/soc/sof/intel/hda.c @@ -40,8 +40,6 @@ /* platform specific devices */ #include "shim.h" - - /* * Register IO */ @@ -607,7 +605,6 @@ int hda_dsp_probe(struct snd_sof_dev *sdev) */ snd_sof_pci_update_bits(sdev, PCI_TCSEL, 0x07, 0); - /* init HDA capabilities */ ret = hda_init_caps(sdev); if (ret < 0)