mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 10:02:20 -04: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:
committed by
Mauro Carvalho Chehab
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;
|
||||
|
||||
Reference in New Issue
Block a user