1978d88cdc
The current implementation of bcm6362_set_gpio() produces the following
warning on x86_64:
drivers/pinctrl/bcm/pinctrl-bcm6362.c: In function 'bcm6362_set_gpio':
drivers/pinctrl/bcm/pinctrl-bcm6362.c:503:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
503 | (uint32_t) desc->drv_data, 0);
| ^
Modify the code to make it similar to bcm63268_set_gpio() in order to fix
the warning.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
pinctrl-bcm63xx.c | ||
pinctrl-bcm63xx.h | ||
pinctrl-bcm281xx.c | ||
pinctrl-bcm2835.c | ||
pinctrl-bcm6318.c | ||
pinctrl-bcm6328.c | ||
pinctrl-bcm6358.c | ||
pinctrl-bcm6362.c | ||
pinctrl-bcm6368.c | ||
pinctrl-bcm63268.c | ||
pinctrl-cygnus-mux.c | ||
pinctrl-iproc-gpio.c | ||
pinctrl-ns2-mux.c | ||
pinctrl-ns.c | ||
pinctrl-nsp-gpio.c | ||
pinctrl-nsp-mux.c |