Re: [PATCH 09/13] libata-acpi: clean up ata_acpi_exec_tfs()

2007-04-28 Thread Tejun Heo
Jeff Garzik wrote: > Tejun Heo wrote: >> This patch cleans up ata_acpi_exec_tfs() and its friends. >> >> * Rename taskfile_array to ata_acpi_gtf and make it __packed as it's >> used as argument to ACPI method, and use pointer to ata_acpi_gtf and >> number of taskfiles to represent _GTF taskfile

Re: [PATCH 09/13] libata-acpi: clean up ata_acpi_exec_tfs()

2007-04-28 Thread Jeff Garzik
Tejun Heo wrote: This patch cleans up ata_acpi_exec_tfs() and its friends. * Rename taskfile_array to ata_acpi_gtf and make it __packed as it's used as argument to ACPI method, and use pointer to ata_acpi_gtf and number of taskfiles to represent _GTF taskfiles instead of a pointer casted i

[PATCH 09/13] libata-acpi: clean up ata_acpi_exec_tfs()

2007-04-22 Thread Tejun Heo
This patch cleans up ata_acpi_exec_tfs() and its friends. * Rename taskfile_array to ata_acpi_gtf and make it __packed as it's used as argument to ACPI method, and use pointer to ata_acpi_gtf and number of taskfiles to represent _GTF taskfiles instead of a pointer casted into unsigned long a