On Wed, Oct 10, 2018 at 6:03 PM kbuild test robot <lkp@xxxxxxxxx> wrote: > >> drivers/pinctrl/bcm/pinctrl-ns.c:288:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > ns_pinctrl->chipset_flag = (unsigned int)of_id->data; > ^ > drivers/pinctrl/bcm/pinctrl-ns.c:310:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > unsigned int chipsets = (unsigned int)src->drv_data; Grrr how do we fix this kind of stuff, the unsigned int is probably 32 bit on 32bit and 64bit on 64 bit. Just use unsigned long? Arnd, do you have a quick hint? Yours, Linus Walleij