Skip to content

Commit 58df253

Browse files
kv2019iaescolar
authored andcommitted
drivers: dma: intel-adsp-hda: coding style fix
Align to coding style and use braces for all if blocks. Signed-off-by: Kai Vehmanen <[email protected]>
1 parent 1bafbf4 commit 58df253

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/dma/dma_intel_adsp_hda.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,9 @@ void intel_adsp_hda_dma_isr(void)
488488
enabled_chs &= ~(BIT(j));
489489

490490
if (!intel_adsp_hda_is_buffer_interrupt_enabled(cfg->base,
491-
cfg->regblock_size, j))
491+
cfg->regblock_size, j)) {
492492
continue;
493+
}
493494

494495
if (intel_adsp_hda_check_buffer_interrupt(cfg->base,
495496
cfg->regblock_size, j)) {

0 commit comments

Comments
 (0)