Skip to content

Commit

Permalink
[libata] sata_mv: fix oops by filling in missing hook
Browse files Browse the repository at this point in the history
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: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Jeff Garzik committed Sep 27, 2006
1 parent fb46330 commit ae1f19a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/ata/sata_mv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit ae1f19a

Please sign in to comment.