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

Commit 87c8b22b authored by Joe Perches's avatar Joe Perches Committed by Jeff Garzik
Browse files

drivers/ata: Remove unnecessary semicolons



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 051d9fbd
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -213,7 +213,7 @@ static void octeon_cf_set_dmamode(struct ata_port *ap, struct ata_device *dev)
	 * This is tI, C.F. spec. says 0, but Sony CF card requires
	 * This is tI, C.F. spec. says 0, but Sony CF card requires
	 * more, we use 20 nS.
	 * more, we use 20 nS.
	 */
	 */
	dma_tim.s.dmack_s = ns_to_tim_reg(tim_mult, 20);;
	dma_tim.s.dmack_s = ns_to_tim_reg(tim_mult, 20);
	dma_tim.s.dmack_h = ns_to_tim_reg(tim_mult, dma_ackh);
	dma_tim.s.dmack_h = ns_to_tim_reg(tim_mult, dma_ackh);


	dma_tim.s.dmarq = dma_arq;
	dma_tim.s.dmarq = dma_arq;
+1 −1
Original line number Original line Diff line number Diff line
@@ -405,7 +405,7 @@ static irqreturn_t inic_interrupt(int irq, void *dev_instance)
	struct ata_host *host = dev_instance;
	struct ata_host *host = dev_instance;
	struct inic_host_priv *hpriv = host->private_data;
	struct inic_host_priv *hpriv = host->private_data;
	u16 host_irq_stat;
	u16 host_irq_stat;
	int i, handled = 0;;
	int i, handled = 0;


	host_irq_stat = readw(hpriv->mmio_base + HOST_IRQ_STAT);
	host_irq_stat = readw(hpriv->mmio_base + HOST_IRQ_STAT);