]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] libata: add missing ->data_xfer for pdc_adma
authorTejun Heo <htejun@gmail.com>
Fri, 9 Jun 2006 05:15:42 +0000 (22:15 -0700)
committerJeff Garzik <jeff@garzik.org>
Sun, 11 Jun 2006 14:21:13 +0000 (10:21 -0400)
commit1049cb478783c74ca8c99ef70e7d2bf920b9335b
tree724c27376039622a09504555e1df946a62b9aaaa
parent9a9c77dc4c4eed9dfb74080e768c0b3c9d905496
[PATCH] libata: add missing ->data_xfer for pdc_adma

pdc_adma use libata-core PIO path but were left out
during ->data_xfer conversion.  Initialize with proper callbacks.

This patch is against the current libata-dev#ALL.  Controllers which
implement their own PIO HSM (ahci and sil24) don't need ->data_xfer, so the
above two are the only drivers which were left out during conversion.

From: "Barry K. Nathan" <barryn@pobox.com>

Signed-off-by: Barry K. Nathan <barryn@pobox.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/scsi/pdc_adma.c