summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hardware/mISDN/mISDNisar.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-11-14 17:04:26 +0000
committerDavid S. Miller <davem@davemloft.net>2010-11-15 11:06:17 -0800
commitad65ffd12dccf6d1031298eacc060327751084da (patch)
tree48bf0cd5ab7c7c63cbcd307d98c61985957c008c /drivers/isdn/hardware/mISDN/mISDNisar.c
parent6c1b6c6b873d66d353ef47a054156dfde3f4c075 (diff)
downloadop-kernel-dev-ad65ffd12dccf6d1031298eacc060327751084da.zip
op-kernel-dev-ad65ffd12dccf6d1031298eacc060327751084da.tar.gz
drivers/isdn: Remove unnecessary semicolons
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/hardware/mISDN/mISDNisar.c')
-rw-r--r--drivers/isdn/hardware/mISDN/mISDNisar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hardware/mISDN/mISDNisar.c b/drivers/isdn/hardware/mISDN/mISDNisar.c
index 38eb314..d13fa5b 100644
--- a/drivers/isdn/hardware/mISDN/mISDNisar.c
+++ b/drivers/isdn/hardware/mISDN/mISDNisar.c
@@ -264,7 +264,7 @@ load_firmware(struct isar_hw *isar, const u8 *buf, int size)
while (noc) {
val = le16_to_cpu(*sp++);
*mp++ = val >> 8;
- *mp++ = val & 0xFF;;
+ *mp++ = val & 0xFF;
noc--;
}
spin_lock_irqsave(isar->hwlock, flags);
OpenPOWER on IntegriCloud