瀏覽代碼

[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>
Mauro Carvalho Chehab 11 年之前
父節點
當前提交
c3142a61e6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/media/pci/bt8xx/bttv-driver.c

+ 1 - 1
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);