]> git.dujemihanovic.xyz Git - u-boot.git/commit
msm_gpio: use unsigned int
authorCaleb Connolly <caleb.connolly@linaro.org>
Tue, 14 Nov 2023 12:55:43 +0000 (12:55 +0000)
committerCaleb Connolly <caleb.connolly@linaro.org>
Tue, 16 Jan 2024 12:26:52 +0000 (12:26 +0000)
commit6156e39e42cde73f7b8bbbad6105a10a4b188541
tree56f7a9c16ac254339aa55727ba82ebb6b9d9f023
parent2c2cc3e9c0273d4ecfd33c17fc6fb50a8fb5bcf5
msm_gpio: use unsigned int

Replaces the uses of "unsigned" with "unsigned int".

Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/gpio/msm_gpio.c