diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-03 15:32:07 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-03 17:59:12 -0300 |
commit | c3142a61e62481c8f7a4f19b92ff735516b54f87 (patch) | |
tree | 4ed205d3c5a60ca3405ad5b0a26c7cbba2a4b0f7 /drivers/media/pci/bt8xx | |
parent | bc39d69ae18816577f20b122d8b2fca120cd2f4f (diff) | |
download | op-kernel-dev-c3142a61e62481c8f7a4f19b92ff735516b54f87.zip op-kernel-dev-c3142a61e62481c8f7a4f19b92ff735516b54f87.tar.gz |
[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/bt8xx')
-rw-r--r-- | drivers/media/pci/bt8xx/bttv-driver.c | 2 |
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 970e542..750bdab 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); |