On Tue, Jun 24, 2025 at 12:20 AM Colin Ian King <colin.i.king@xxxxxxxxx> wrote: > The u32 variable voltage is being compared to less than zero and > this can never be true. Fix this by making voltage an int type which > is the same type as the return from the call to regulator_get_voltage. > > Fixes: 5b797bcc00ef ("pinctrl: eswin: Add EIC7700 pinctrl driver") > Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx> Patch applied! Yours, Linus Walleij