drivers: dma: intel-adsp-hda: coding style fix
Align to coding style and use braces for all if blocks. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
parent
1bafbf4f1d
commit
58df2533bb
@ -488,8 +488,9 @@ void intel_adsp_hda_dma_isr(void)
|
||||
enabled_chs &= ~(BIT(j));
|
||||
|
||||
if (!intel_adsp_hda_is_buffer_interrupt_enabled(cfg->base,
|
||||
cfg->regblock_size, j))
|
||||
cfg->regblock_size, j)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (intel_adsp_hda_check_buffer_interrupt(cfg->base,
|
||||
cfg->regblock_size, j)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user