From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> On Tue, 09 Sep 2025 20:03:56 +0100, Colin Ian King wrote: > Currently the error check from the call to platform_get_irq is always > false because an unsigned int chip->irq.parents[i] is being used to > to perform the less than zero error check. Fix this by using the int > variable ret to perform the check. > > Applied, thanks! [1/1] gpio: loongson-64bit: Fix a less than zero check on an unsigned int struct field https://git.kernel.org/brgl/linux/c/4c91b0ee35db07ae017dce067c64364c7e95faae Best regards, -- Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>