Hi Markus, Thank you for the patch.
On Wed, Jan 14, 2026 at 09:33, "Markus Schneider-Pargmann (TI.com)" <[email protected]> wrote: > 'found' is only used at the end of the function to print a debug > message. No need to maintain a variable if we can just return 0 > immediately when a driver was bound successfully. > > Reviewed-by: Simon Glass <[email protected]> > Signed-off-by: Markus Schneider-Pargmann (TI.com) <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> > ---

