On Mon, Sep 01, 2025 at 04:00:46PM +0100, Andrew Goodbody wrote: >In regulator_list_autoset there is a test for ret being non-zero and >error being zero but it uses the binary '&' instead of the logical '&&' >which could well lead to unexpected results. Correct this to use the >logical '&&' instead. > >This issue found by Smatch. > >Signed-off-by: Andrew Goodbody <[email protected]>
Reviewed-by: Peng Fan <[email protected]>

