Re: [U-Boot] [PATCH v7 18/21] compat: Remove is_power_of_2() definition

2015-11-06 Thread Tom Rini
On Thu, Nov 05, 2015 at 12:43:39PM -0200, Fabio Estevam wrote: > Use the is_power_of_2() definition from log2.h to align with the > kernel implementation. > > Signed-off-by: Fabio Estevam > Reviewed-by: Tom Rini > Reviewed-by: Heiko Schocher > Reviewed-by: Jagan Teki With the minor fixup tha

[U-Boot] [PATCH v7 18/21] compat: Remove is_power_of_2() definition

2015-11-05 Thread Fabio Estevam
Use the is_power_of_2() definition from log2.h to align with the kernel implementation. Signed-off-by: Fabio Estevam Reviewed-by: Tom Rini Reviewed-by: Heiko Schocher Reviewed-by: Jagan Teki --- Changes since v6: - None arch/arm/mach-mvebu/mbus.c | 2 +- drivers/mtd/mtdcore.c | 2 +- dr