On Wed, Dec 30, 2020 at 04:02:08PM +0000, Andrew Cooper wrote: > hpet_setup() is idempotent if the rate has already been calculated, and > returns the cached value. However, this only works correctly when the return > statements are identical. > > Use a sensibly named local variable, rather than a dead one with a bad name. > > Fixes: a60bb68219 ("x86/time: reduce rounding errors in calculations") > Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
Reviewed-by: Roger Pau Monné <roger....@citrix.com> Thanks, Roger.