mirror of https://github.com/torvalds/linux.git
Avoid unnecessary nested min()/max() which results in egregious macro
expansion.
Use clamp_t() as this introduces the least possible expansion, and turn
the {s,u}DIGIT_FITTING() macros into inline functions to avoid the
nested expansion.
This resolves an issue with slackware 15.0 32-bit compilation as
reported by Richard Narron.
Presumably the min/max fixups would be difficult to backport, this patch
should be easier and fix's Richard's problem in 5.15.
Reported-by: Richard Narron <richard@aaazen.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Closes: https://lore.kernel.org/all/4a5321bd-b1f-1832-f0c-cea8694dc5aa@aaazen.com/
Fixes:
|
||
|---|---|---|
| .. | ||
| atomisp | ||
| av7110 | ||
| deprecated/atmel | ||
| imx | ||
| ipu3 | ||
| max96712 | ||
| meson/vdec | ||
| omap4iss | ||
| rkvdec | ||
| starfive | ||
| sunxi | ||
| tegra-video | ||
| Kconfig | ||
| Makefile | ||