Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: amd: ps: fix inconsistent indenting warning in check_and_handle_sdw_dma_irq()

Fix below inconsistent indenting smatch warning.
smatch warnings:
sound/soc/amd/ps/pci-ps.c:68 check_and_handle_sdw_dma_irq() warn: inconsistent indenting

Fixes: 4516be370ced ("ASoC: amd: ps: refactor soundwire dma interrupt handling")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202502132134.BlkNw1Iq-lkp@intel.com/
Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://patch.msgid.link/20250218051000.254265-1-Vijendar.Mukunda@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Vijendar Mukunda and committed by
Mark Brown
5d9fca12 a78f244a

+1 -1
+1 -1
sound/soc/amd/ps/pci-ps.c
··· 129 129 if (ext_intr_stat1 & ACP63_P1_AUDIO1_RX_THRESHOLD) { 130 130 writel(ACP63_P1_AUDIO1_RX_THRESHOLD, 131 131 adata->acp63_base + ACP_EXTERNAL_INTR_STAT1); 132 - adata->acp63_sdw1_dma_intr_stat[ACP63_SDW1_AUDIO1_RX] = 1; 132 + adata->acp63_sdw1_dma_intr_stat[ACP63_SDW1_AUDIO1_RX] = 1; 133 133 sdw_dma_irq_flag = 1; 134 134 } 135 135 if (ext_intr_stat1 & ACP63_P1_AUDIO1_TX_THRESHOLD) {