You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user