diff options
author | Duje Mihanović <[email protected]> | 2024-01-06 15:11:33 +0100 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2024-01-09 08:25:29 +0100 |
commit | 6db359b5eef5de3d5fbf4cb412958186850df106 (patch) | |
tree | 51fd9efa72d1b6e0dccba8541437a45423306655 /tools/perf/scripts/python/export-to-postgresql.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ć <[email protected]>
Reviewed-by: Uwe Kleine-König <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions