On Wed, Oct 02, 2024 at 06:27:59PM +0200, Kory Maincent wrote: > From: Kory Maincent (Dent Project) <kory.maincent@xxxxxxxxxxx> > > Cleaned up several functions in tps23881 by removing redundant checks on > return values at the end of functions. These check has been removed, and > the return statement now directly returns the function result, reducing > the code's complexity and making it more concise. > > Signed-off-by: Kory Maincent <kory.maincent@xxxxxxxxxxx> Reviewed-by: Andrew Lunn <andrew@xxxxxxx> Andrew