Hi all, After merging the mmc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/mmc/core/pwrseq_sd8787.c: In function 'mmc_pwrseq_sd8787_probe': drivers/mmc/core/pwrseq_sd8787.c:77:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 77 | pwrseq->reset_pwrdwn_delay_ms = (u32)match->data; | ^ Introduced by commit b2832b96fcf5 ("mmc: pwrseq: sd8787: add support for wilc1000") -- Cheers, Stephen Rothwell