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

Commit 872aad45 authored by Alan Cox's avatar Alan Cox Committed by Jeff Garzik
Browse files

pata_pcmcia: Switch to ata_sff_port_start



PCMCIA doesn't use DMA and as this driver is used on many platforms we
don't want it to fail on those that define the DMA alloc API as a NULL
return

Signed-off-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent a0ac38f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ static struct ata_port_operations pcmcia_port_ops = {
	.irq_on		= ata_irq_on,
	.irq_ack	= ata_irq_ack,

	.port_start	= ata_port_start,
	.port_start	= ata_sff_port_start,
};

#define CS_CHECK(fn, ret) \