mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-11 23:27:42 +07:00
[media] cx25821-alsa.c: Add braces to else clause
Add curly braces around else clause because corresponding if has them. Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
767f1d437d
commit
0ef8007201
@ -317,8 +317,9 @@ static irqreturn_t cx25821_irq(int irq, void *dev_id)
|
||||
cx25821_aud_irq(chip, audint_status,
|
||||
audint_mask);
|
||||
break;
|
||||
} else
|
||||
} else {
|
||||
goto out;
|
||||
}
|
||||
}
|
||||
|
||||
handled = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user