aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/modules.py
diff options
context:
space:
mode:
authorSameer Pujar <[email protected]>2020-07-23 13:43:31 +0530
committerMark Brown <[email protected]>2020-07-23 19:52:25 +0100
commitf9ec176cd684c83a60638123da0b34c7c82f0c74 (patch)
treec47a219137323ac0a27f7921bc9f36823a9c277c /scripts/gdb/linux/modules.py
parent83249952ffab43b82487c1c497f1b49324c602d4 (diff)
ASoC: tegra: Fix build error due to 64-by-32 division
Build errors are seen on 32-bit platforms because of a plain 64-by-32 division. For example, following build erros were reported. "ERROR: modpost: "__udivdi3" [sound/soc/tegra/snd-soc-tegra210-dmic.ko] undefined!" "ERROR: modpost: "__divdi3" [sound/soc/tegra/snd-soc-tegra210-dmic.ko] undefined!" This can be fixed by using div_u64() helper from 'math64.h' header. Fixes: 8c8ff982e9e2 ("ASoC: tegra: Add Tegra210 based DMIC driver") Reported-by: Geert Uytterhoeven <[email protected]> Reported-by: Randy Dunlap <[email protected]> Signed-off-by: Sameer Pujar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions