public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rjw@rjwysocki.net>
To: Zhihui Zhang <zzhsuny@gmail.com>
Cc: rui.zhang@intel.com, lenb@kernel.org, linux-acpi@vger.kernel.org
Subject: Re: [PATCH] ACPI: Fixed wrong variable usage in thermal driver
Date: Tue, 08 Apr 2014 14:32:43 +0200	[thread overview]
Message-ID: <45064929.uVZr4d3BY5@vostro.rjw.lan> (raw)
In-Reply-To: <1396099547-3394-1-git-send-email-zzhsuny@gmail.com>

On Saturday, March 29, 2014 09:25:47 AM Zhihui Zhang wrote:
> Signed-off-by: Zhihui Zhang <zzhsuny@gmail.com>

Queued up for the next ACPI pull request, thanks!

> ---
>  drivers/acpi/thermal.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c
> index 08626c8..6afe95b 100644
> --- a/drivers/acpi/thermal.c
> +++ b/drivers/acpi/thermal.c
> @@ -338,7 +338,7 @@ static int acpi_thermal_trips_update(struct acpi_thermal *tz, int flag)
>  			tz->trips.hot.flags.valid = 1;
>  			ACPI_DEBUG_PRINT((ACPI_DB_INFO,
>  					"Found hot threshold [%lu]\n",
> -					tz->trips.critical.temperature));
> +					tz->trips.hot.temperature));
>  		}
>  	}
>  
> 

-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

      reply	other threads:[~2014-04-08 12:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-29 13:25 [PATCH] ACPI: Fixed wrong variable usage in thermal driver Zhihui Zhang
2014-04-08 12:32 ` Rafael J. Wysocki [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45064929.uVZr4d3BY5@vostro.rjw.lan \
    --to=rjw@rjwysocki.net \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=rui.zhang@intel.com \
    --cc=zzhsuny@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox