2012-08-17 17:32:03

by Jeff Garzik

[permalink] [raw]
Subject: Re: [PATCH] libata: acpi: call ata_acpi_gtm during ata port init time

On 08/15/2012 05:08 AM, Aaron Lu wrote:
> Commit 30dcf76acc695cbd2fa919e294670fe9552e16e7 mistakenly dropped
> the code to get an initial gtm for the IDE channel. This caused the
> following problem for Sergei:
> http://marc.info/?l=linux-kernel&m=134484963618457&w=2
>
> Fix this by adding the call back in ata_acpi_bind_host, and due to
> this, the ata_ap_acpi_handle is modified accordingly.
>
> Reported-by: Sergei Trofimovich <[email protected]>
> Signed-off-by: Aaron Lu <[email protected]>
> ---
> drivers/ata/libata-acpi.c | 15 ++++-----------
> 1 file changed, 4 insertions(+), 11 deletions(-)

applied