Re: [PATCH v1 1/1] hwmon: (nct6775) Drop unneeded casting and conjunction

From: Guenter Roeck
Date: Sat Feb 25 2023 - 10:09:25 EST


On Fri, Feb 17, 2023 at 09:16:00PM +0200, Andy Shevchenko wrote:
> The 64-bit result will be cut to 32-bit automatically (by compiler)
> due to the type of the destination value. No need to have an explicit
> casting and especially additional conjunction which does the same.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>

Applied to hwmon-next.

Thanks,
Guenter