From: Mauro Carvalho Chehab Date: Wed, 3 Sep 2014 18:32:07 +0000 (-0300) Subject: [media] bttv-driver: remove an uneeded semicolon X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c3142a61e62481c8f7a4f19b92ff735516b54f87;p=linux-beck.git [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 --- diff --git a/drivers/media/pci/bt8xx/bttv-driver.c b/drivers/media/pci/bt8xx/bttv-driver.c index 970e542d3a51..750bdab8aacb 100644 --- a/drivers/media/pci/bt8xx/bttv-driver.c +++ b/drivers/media/pci/bt8xx/bttv-driver.c @@ -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);