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

Commit d0259872 authored by Tejun Heo's avatar Tejun Heo Committed by Jeff Garzik
Browse files

sata_via: style clean up, no indirect method call in LLD



Call ata_bmdma_irq_clear() directly instead of through
ap->ops->irq_clear() according to libata style guideline.

Signed-off-by: default avatarTejun Heo <htejun@gmail.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 6096b63e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ static void svia_noop_freeze(struct ata_port *ap)
	 * certain way.  Leave it alone and just clear pending IRQ.
	 */
	ata_chk_status(ap);
	ap->ops->irq_clear(ap);
	ata_bmdma_irq_clear(ap);
}

/**