aboutsummaryrefslogtreecommitdiff
path: root/lib/test_overflow.c
diff options
context:
space:
mode:
authorMartin Kaiser <[email protected]>2020-11-29 19:52:28 +0100
committerJassi Brar <[email protected]>2020-12-01 19:17:20 -0600
commit017909281eb0f8a00445840a36c799d3aed00841 (patch)
tree1debac3b227d9d28983e9088c6f170fb9bf73e03 /lib/test_overflow.c
parent133af21f7c00a2bfc2b6c6aa7bfad4dc3eeb0401 (diff)
mailbox: stm32-ipcc: cast void pointers to unsigned long
Now that the driver can be enabled by COMPILE_TEST, we see warnings on 64bit platforms when void pointers are cast to unsigned int (and vice versa). warning: cast to smaller integer type 'unsigned int' from 'void *' unsigned int chan = (unsigned int)link->con_priv; ... warning: cast to 'void *' from smaller integer type 'unsigned int' ipcc->controller.chans[i].con_priv = (void *)i; Update these casts to use unsigned long variables, which are the same size as pointers on all platforms. Reported-by: kernel test robot <[email protected]> Signed-off-by: Martin Kaiser <[email protected]> Reviewed-by: Fabien Dessenne <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions