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

Commit ae1f19ae authored by Jeff Garzik's avatar Jeff Garzik
Browse files

[libata] sata_mv: fix oops by filling in missing hook



Only two of three ata_port_operations structs had a ->data_xfer member,
which led to, uh, a lack of data xfer.

Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent fb463301
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -463,6 +463,7 @@ static const struct ata_port_operations mv_iie_ops = {

	.qc_prep		= mv_qc_prep_iie,
	.qc_issue		= mv_qc_issue,
	.data_xfer		= ata_mmio_data_xfer,

	.eng_timeout		= mv_eng_timeout,