Re: [PATCH v2] hwmon: (aquacomputer_d5next) Add support for Aquacomputer Octo
From: Aleksa Savic
Date: Sat Mar 26 2022 - 10:52:04 EST
Hi Guenter,
Thanks the for the review. The missing break; statements are my
oversight, I'd never omit them otherwise. Will fix in v3.
Yes, those should be centi-percent if I'm not mistaken... For
example, 47.52% is read as 4752 from the device, so that's
divided by 100 and scaled to PWM.
Aleksa