Re: ADT746X: logical-bitwise & confusion in set_max_duty_at_crit()

From: Darrick J. Wong
Date: Mon Mar 10 2008 - 14:13:35 EST


On Mon, Mar 10, 2008 at 10:59:43AM +0100, Roel Kluin wrote:

> > The & 0xff here is bogus anyway; temp is only ever used as an u8,
> > so just declare it as that, or do proper overflow/underflow checking
> > on it. The patch will need testing on hardware too, since it changes
> > behaviour (it should be a bugfix, but who knows).
>
> Maybe someone can test this?

I did. No regressions observed and it fixes that bug as well. Sorry I
didn't catch it earlier... :/

Acked-by: Darrick J. Wong <djwong@xxxxxxxxxx>

--D
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/