]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpio: aspeed: fix unsigned long int declaration
authorChen Jung Ku <ku.loong@gapp.nthu.edu.tw>
Sun, 5 Apr 2026 14:48:03 +0000 (22:48 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Tue, 7 Apr 2026 10:32:28 +0000 (12:32 +0200)
commit50f1c48b155b74528b0b251b8c4e097fddd5ab46
treef2d6a72ecb3aa4adceb353fa60e41e49b67847f9
parentc8079f83e0bf312645050c17d9c87deb707369c1
gpio: aspeed: fix unsigned long int declaration

Replace "unsigned long int" with "unsigned long" to follow Linux kernel
coding style. No functional change intended.

Signed-off-by: Chen Jung Ku <ku.loong@gapp.nthu.edu.tw>
Link: https://patch.msgid.link/20260405144803.31358-1-ku.loong@gapp.nthu.edu.tw
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
drivers/gpio/gpio-aspeed.c