]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
thermal/drivers/imx8mm_thermal: Use GENMASK() when appropriate
authorMarcus Folkesson <marcus.folkesson@gmail.com>
Fri, 14 Oct 2022 08:16:20 +0000 (10:16 +0200)
committerDaniel Lezcano <daniel.lezcano@kernel.org>
Wed, 14 Dec 2022 14:25:39 +0000 (15:25 +0100)
commit1f455f144fb05e53ae47f84eb109a8021fe168d1
tree297223211b660ae96be6245c752e57b052330199
parentf0f4c3adcfe6d93508a7fbe241b115aa5b24fe36
thermal/drivers/imx8mm_thermal: Use GENMASK() when appropriate

GENMASK() is preferred to use for bitmasks.

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Link: https://lore.kernel.org/r/20221014081620.1599511-1-marcus.folkesson@gmail.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/thermal/imx8mm_thermal.c