aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2014-09-03 15:32:07 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-09-03 17:59:12 -0300
commitc3142a61e62481c8f7a4f19b92ff735516b54f87 (patch)
tree4ed205d3c5a60ca3405ad5b0a26c7cbba2a4b0f7 /drivers/media/pci
parent[media] s5k5baf: remove an uneeded semicolon (diff)
downloadlinux-dev-c3142a61e62481c8f7a4f19b92ff735516b54f87.tar.xz
linux-dev-c3142a61e62481c8f7a4f19b92ff735516b54f87.zip
[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>
Diffstat (limited to 'drivers/media/pci')
-rw-r--r--drivers/media/pci/bt8xx/bttv-driver.c2
1 files changed, 1 insertions, 1 deletions
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);