Hi all, After merging the arm-soc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/clk/socfpga/clk-gate.c: In function 'socfpga_clk_recalc_rate': drivers/clk/socfpga/clk-gate.c:102:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 102 | if ((int) socfpgaclk->div_reg & SOCFPGA_GPIO_DB_CLK_OFFSET) | ^ Exposed by commit cdb1e8b4f4c2 ("clk: socfpga: allow compile testing of Stratix 10 / Agilex clocks") 552418658acd ("clk: socfpga: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCs (and compile test)") -- Cheers, Stephen Rothwell