Skip to content

Commit e747104

Browse files
Charles Hantiwai
authored andcommitted
ALSA: opti9xx: fix inconsistent indenting warning in snd_opti9xx_configure()
Fix below inconsistent indenting smatch warning. smatch warnings: sound/isa/opti9xx/opti92x-ad1848.c:489 snd_opti9xx_configure() warn: inconsistent indenting Signed-off-by: Charles Han <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent aeb7cf2 commit e747104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/isa/opti9xx/opti92x-ad1848.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ static int snd_opti9xx_configure(struct snd_opti9xx *chip,
486486
#endif /* CS4231 || OPTi93X */
487487

488488
#ifndef OPTi93X
489-
outb(irq_bits << 3 | dma_bits, chip->wss_base);
489+
outb(irq_bits << 3 | dma_bits, chip->wss_base);
490490
#else /* OPTi93X */
491491
snd_opti9xx_write(chip, OPTi9XX_MC_REG(3), (irq_bits << 3 | dma_bits));
492492
#endif /* OPTi93X */

0 commit comments

Comments
 (0)