[libata] sata_mv: fix oops by filling in missing hook
commitae1f19aeb715098ac06323f279383f3843429d97
authorJeff Garzik <jeff@garzik.org>
Wed, 27 Sep 2006 07:42:37 +0000 (27 03:42 -0400)
committerJeff Garzik <jeff@garzik.org>
Wed, 27 Sep 2006 07:42:37 +0000 (27 03:42 -0400)
treede2464984fa36157e93145f0daefd9281b996e6a
parentfb4633019fd0a871cdf315e1f4082f4c6926af82
[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: Jeff Garzik <jeff@garzik.org>
drivers/ata/sata_mv.c