All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] [PATCH] hwmon: (ds1621) Update zbits after conversion rate change
Date: Sat, 23 Aug 2014 15:13:35 +0000	[thread overview]
Message-ID: <53F8AF9F.4030507@roeck-us.net> (raw)
In-Reply-To: <1408735724-10846-1-git-send-email-rob.coulson@gmail.com>

On 08/22/2014 12:28 PM, rob.coulson@gmail.com wrote:
> From: Robert Coulson <rob.coulson@gmail.com>
>
> After the conversion rate is changed, the zbits are not updated,
> but should be, since they are used later in the set_temp function.
>
> This issue was noticed and reported by Murat Ilsever.

Hi Rob,

good catch. Can you add the reporter with a Reported-by: tag
to give proper credit ?

Also, if possible, it would be great if you can add a Fixes: tag
showing the commit causing the problem. Search for existing Fixes:
tags to see how it is done.

Thanks,
Guenter

>
> Signed-off-by: Robert Coulson <rob.coulson@gmail.com>
> ---
>   drivers/hwmon/ds1621.c |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/hwmon/ds1621.c b/drivers/hwmon/ds1621.c
> index 872d767..b96d201 100644
> --- a/drivers/hwmon/ds1621.c
> +++ b/drivers/hwmon/ds1621.c
> @@ -309,6 +309,7 @@ static ssize_t set_convrate(struct device *dev, struct device_attribute *da,
>   	data->conf |= (resol << DS1621_REG_CONFIG_RESOL_SHIFT);
>   	i2c_smbus_write_byte_data(client, DS1621_REG_CONF, data->conf);
>   	data->update_interval = ds1721_convrates[resol];
> +	data->zbits = 7 - resol;
>   	mutex_unlock(&data->update_lock);
>
>   	return count;
>


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

  reply	other threads:[~2014-08-23 15:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-22 19:28 [lm-sensors] [PATCH] hwmon: (ds1621) Update zbits after conversion rate change rob.coulson
2014-08-23 15:13 ` Guenter Roeck [this message]
2014-08-27 14:49 ` Robert Coulson

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=53F8AF9F.4030507@roeck-us.net \
    --to=linux@roeck-us.net \
    --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.