On Tue, May 07, 2024 at 01:25:22PM +0300, Ilpo Järvinen wrote: > Calculations related to bridge window size contain literal 20 that is > the minimum alignment for a bridge window. Make the code more obvious > by converting the literal 20 to __ffs(SZ_1MB). I think that's SZ_1M not SZ_1MB :) > Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx> Looks good, may be even add a #define for this but either way, Reviewed-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx>