summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2026-03-16 22:56:32 +0100
committerDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>2026-03-25 04:25:26 +0200
commitc196276f7809ac89743e6de61262c1b4b84f78d0 (patch)
treebcd46faa75c6b12913105e474c46e8bc5c04f01d /tools/perf/scripts/python
parent9a9d5ceff9581c92e4758f736dc8e96c22fe643d (diff)
drm/bridge: lt8713sx: avoid 64-bit division
On 32-bit kernels, 64-bit integers cannot be passed to the division operator: ld.lld-22: error: undefined symbol: __aeabi_uldivmod >>> referenced by lontium-lt8713sx.c >>> drivers/gpu/drm/bridge/lontium-lt8713sx.o:(lt8713sx_firmware_store) in archive vmlinux.a Since this is a constant number used to divide a size_t, just change the type to that as well. Fixes: 4037c6adc1f9 ("drm/bridge: add support for lontium lt8713sx bridge driver") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://patch.msgid.link/20260316215920.1993390-1-arnd@kernel.org Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions