Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad65ffd1 authored by Joe Perches's avatar Joe Perches Committed by David S. Miller
Browse files

drivers/isdn: Remove unnecessary semicolons

parent 6c1b6c6b
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -420,7 +420,7 @@ enable_hwirq(struct inf_hw *hw)
		break;
		break;
	case INF_NICCY:
	case INF_NICCY:
		val = inl((u32)hw->cfg.start + NICCY_IRQ_CTRL_REG);
		val = inl((u32)hw->cfg.start + NICCY_IRQ_CTRL_REG);
		val |= NICCY_IRQ_ENABLE;;
		val |= NICCY_IRQ_ENABLE;
		outl(val, (u32)hw->cfg.start + NICCY_IRQ_CTRL_REG);
		outl(val, (u32)hw->cfg.start + NICCY_IRQ_CTRL_REG);
		break;
		break;
	case INF_SCT_1:
	case INF_SCT_1:
@@ -924,7 +924,7 @@ setup_instance(struct inf_hw *card)
		mISDNipac_init(&card->ipac, card);
		mISDNipac_init(&card->ipac, card);


	if (card->ipac.isac.dch.dev.Bprotocols == 0)
	if (card->ipac.isac.dch.dev.Bprotocols == 0)
		goto error_setup;;
		goto error_setup;


	err = mISDN_register_device(&card->ipac.isac.dch.dev,
	err = mISDN_register_device(&card->ipac.isac.dch.dev,
		&card->pdev->dev, card->name);
		&card->pdev->dev, card->name);
+1 −1
Original line number Original line Diff line number Diff line
@@ -264,7 +264,7 @@ load_firmware(struct isar_hw *isar, const u8 *buf, int size)
			while (noc) {
			while (noc) {
				val = le16_to_cpu(*sp++);
				val = le16_to_cpu(*sp++);
				*mp++ = val >> 8;
				*mp++ = val >> 8;
				*mp++ = val & 0xFF;;
				*mp++ = val & 0xFF;
				noc--;
				noc--;
			}
			}
			spin_lock_irqsave(isar->hwlock, flags);
			spin_lock_irqsave(isar->hwlock, flags);