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

Commit b63d3953 authored by Jeff Garzik's avatar Jeff Garzik Committed by Jeff Garzik
Browse files

[libata] pata_hpt3x3: correct _freeze() function declaration



Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 5c18c4d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ static void hpt3x3_set_dmamode(struct ata_port *ap, struct ata_device *adev)
 *	writing to the control register or the chip will hang
 */

static int hpt3x3_freeze(struct ata_port *ap)
static void hpt3x3_freeze(struct ata_port *ap)
{
	void __iomem *mmio = ap->ioaddr.bmdma_addr;