Re: [PATCH v2 1/1] k210: fix k210_pll_calc_config()

2022-10-16 Thread Sean Anderson
On 10/16/22 12:12, Heinrich Schuchardt wrote: The k210 driver is selected by sandbox_defconfig. Building the sandbox on 32bit systems fails with: test/dm/k210_pll.c: In function ‘dm_test_k210_pll_calc_config’: include/linux/bitops.h:11:38: warning: left shift count >= width of type [-Wshift-coun

[PATCH v2 1/1] k210: fix k210_pll_calc_config()

2022-10-16 Thread Heinrich Schuchardt
The k210 driver is selected by sandbox_defconfig. Building the sandbox on 32bit systems fails with: test/dm/k210_pll.c: In function ‘dm_test_k210_pll_calc_config’: include/linux/bitops.h:11:38: warning: left shift count >= width of type [-Wshift-count-overflow] 11 | #define BIT(nr) (1UL