On Thu, 07 Aug 2025 10:16:55 +0100, Andrew Goodbody wrote: > In s5pxx18_pinctrl_set_state testing count to be negative will always > fail as count is unsigned despite receiving the return value of a > function that returns an int. Change count and idx to be of type int to > allow the test to work as expected and remove the need for any implicit > casts. Also change pin to be u32 which is what all called functions > expect. > > [...]
Applied to u-boot/next, thanks! [1/1] pinctrl: nexell: Cannot test unsigned to be negative commit: e416d165723c56658b4a688e790cdcd968c6cfc9 -- Tom