From: Tejun Heo Date: Fri, 9 Jun 2006 05:15:42 +0000 (-0700) Subject: [PATCH] libata: add missing ->data_xfer for pdc_adma X-Git-Tag: v2.6.18-rc1~1079^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1049cb478783c74ca8c99ef70e7d2bf920b9335b;p=pandora-kernel.git [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" Signed-off-by: Barry K. Nathan Signed-off-by: Andrew Morton Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed