On Thu, Jan 19, 2012 at 4:55 PM, Guenter Roeck <linux@xxxxxxxxxxxx> wrote: > Cc: George Joseph <george.joseph@xxxxxxxxxxxxx> > Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx> > --- > drivers/hwmon/asc7621.c | 8 +++++--- > 1 files changed, 5 insertions(+), 3 deletions(-) > > diff --git a/drivers/hwmon/asc7621.c b/drivers/hwmon/asc7621.c > index 3efd324..7caa242 100644 > --- a/drivers/hwmon/asc7621.c > +++ b/drivers/hwmon/asc7621.c > @@ -268,9 +268,11 @@ static ssize_t store_fan16(struct device *dev, > if (kstrtol(buf, 10, &reqval)) > return -EINVAL; > > - /* If a minimum RPM of zero is requested, then we set the register to > - 0xffff. This value allows the fan to be stopped completely without > - generating an alarm. */ > + /* > + * If a minimum RPM of zero is requested, then we set the register to > + * 0xffff. This value allows the fan to be stopped completely without > + * generating an alarm. > + */ > reqval = > (reqval <= 0 ? 0xffff : SENSORS_LIMIT(5400000 / reqval, 0, 0xfffe)); > > -- > 1.7.5.4 > Acked-by: George Joseph <george.joseph@xxxxxxxxxxxxx> _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors