mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 15:39:36 +07:00
[media] bttv-driver: remove an uneeded semicolon
We don't use semicolons after curly braces in the middle of the code. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
bc39d69ae1
commit
c3142a61e6
@ -3856,7 +3856,7 @@ static irqreturn_t bttv_irq(int irq, void *dev_id)
|
||||
|
||||
btwrite(btread(BT848_INT_MASK) & (-1 ^ BT848_INT_GPINT),
|
||||
BT848_INT_MASK);
|
||||
};
|
||||
}
|
||||
|
||||
bttv_print_irqbits(stat,astat);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user