All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rudolf Marek <r.marek@assembler.cz>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] [PATCH 3/4] hwmon: (k8temp) warn about erratum
Date: Tue, 09 Dec 2008 22:32:54 +0000	[thread overview]
Message-ID: <493EF216.3000101@assembler.cz> (raw)
In-Reply-To: <20081205175233.GD5581@alberich.amd.com>

Hello again,

This is OK lets merge it with 2/4 it belongs there.

Rudolf

Andreas Herrmann napsal(a):
> Signed-off-by: Andreas Herrmann <andreas.herrmann3@amd.com>
> ---
>  drivers/hwmon/k8temp.c |   15 +++++++--------
>  1 files changed, 7 insertions(+), 8 deletions(-)
> 
> diff --git a/drivers/hwmon/k8temp.c b/drivers/hwmon/k8temp.c
> index 894a929..102f3ad 100644
> --- a/drivers/hwmon/k8temp.c
> +++ b/drivers/hwmon/k8temp.c
> @@ -167,15 +167,14 @@ static int __devinit k8temp_probe(struct pci_dev *pdev,
>  			goto exit;
>  		}
>  
> -		dev_warn(&pdev->dev, "Temperature readouts might be wrong"
> -			 " - check erratum #141\n");
> -
> -		/*
> -		 * AMD NPT familys 0fh, i.e. RevF and RevG:
> -		 * meaning of SEL_CORE bit is inverted
> -		 */
> -		if (model >= 0x40)
> +		/* AMD NPT familys 0fh, i.e. RevF and RevG */
> +		if (model >= 0x40) {
> +			/* meaning of SEL_CORE bit is inverted */
>  			data->swap_core_select = 1;
> +			dev_warn(&pdev->dev, "Temperature readouts might be "
> +				 "wrong - check erratum #141\n");
> +		}
> +
>  
>  		break;
>  	}

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

  reply	other threads:[~2008-12-09 22:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-05 17:52 [lm-sensors] [PATCH 3/4] hwmon: (k8temp) warn about erratum #141 Andreas Herrmann
2008-12-09 22:32 ` Rudolf Marek [this message]
2008-12-10 10:15 ` [lm-sensors] [PATCH 3/4] hwmon: (k8temp) warn about erratum Andreas Herrmann

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=493EF216.3000101@assembler.cz \
    --to=r.marek@assembler.cz \
    --cc=lm-sensors@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.