aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/lists.py
diff options
context:
space:
mode:
authorGuenter Roeck <[email protected]>2021-09-08 21:49:53 -0700
committerDavid S. Miller <[email protected]>2021-09-09 11:21:19 +0100
commite011912651bdf72840d88e8a8de3716bbcc4be99 (patch)
tree6cbf61c52cabc40f7f0d5cbbb32df097c3e34a61 /scripts/gdb/linux/lists.py
parente3a843f98c8fad4d02849fdb14919885024bf51f (diff)
net: ni65: Avoid typecast of pointer to u32
Building alpha:allmodconfig results in the following error. drivers/net/ethernet/amd/ni65.c: In function 'ni65_stop_start': drivers/net/ethernet/amd/ni65.c:751:37: error: cast from pointer to integer of different size buffer[i] = (u32) isa_bus_to_virt(tmdp->u.buffer); 'buffer[]' is declared as unsigned long, so replace the typecast to u32 with a typecast to unsigned long to fix the problem. Cc: Arnd Bergmann <[email protected]> Signed-off-by: Guenter Roeck <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions