diff options
author | Duje Mihanović <duje.mihanovic@skole.hr> | 2024-01-06 15:11:33 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-01-09 08:25:29 +0100 |
commit | 6db359b5eef5de3d5fbf4cb412958186850df106 (patch) | |
tree | 51fd9efa72d1b6e0dccba8541437a45423306655 /scripts/gdb/linux/proc.py | |
parent | 50d9edd33df50f3ce570818880fe2c6785ca8bf1 (diff) |
soc: pxa: ssp: fix casts
On ARM64 platforms, id->data is a 64-bit value and casting it to a
32-bit integer causes build errors. Cast it to uintptr_t instead.
The id->driver_data cast is unnecessary, so drop it.
Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
Reviewed-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20240106-pxa-ssp-v2-1-69ac9f028bba@skole.hr
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions