Re: [PATCH v4 1/2] ACPI: APD: Convert fixed clock rates to use HZ_PER_MHZ
"Rafael J. Wysocki (Intel)" <[email protected]>
| Newsgroups | gmane.linux.drivers.i2c,gmane.linux.acpi.devel,gmane.linux.kernel |
|---|---|
| Message-ID | <CAJZ5v0jMWgias-Xf8oArXtb9NUOhKw5GeM3y=y+Soym+oRx5ZQ@mail.gmail.com> |
On Thu, Aug 13, 2026 at 9:35 AM Andy Shevchenko <[email protected]> wrote: > > On Thu, Aug 13, 2026 at 02:30:04PM +0800, clarke.li wrote: > > > Use HZ_PER_MHZ multiplier for fixed_clk_rate values to > > improve readability. > > And actually increases robustness of the code as there is less chances > to miss a 0 or have an extra one. > > Suggested-by: Andy Shevchenko <[email protected]> > Reviewed-by: Andy Shevchenko <[email protected]> Applied along with the [2/2] as 7.3 material, thanks!