From: Tejun Heo Date: Sun, 5 Mar 2006 19:31:56 +0000 (+0900) Subject: [PATCH] libata: use ata_id_xfermask() in ata_dev_configure() X-Git-Tag: v2.6.17-rc1~1182^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff8854b2719b9d26f5d3e84db4f66eb7e35e4ed9;p=pandora-kernel.git [PATCH] libata: use ata_id_xfermask() in ata_dev_configure() Replace quick & dirty max transfer mode determination in ata_dev_configure() with ata_id_xfermask(). While at it, rename xfer_modes variable to xfer_mask and make it unsigned int for consistency. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed