On Tue, Sep 02, 2025 at 02:52:39PM +0100, Colin Ian King wrote: > The value of ret at the end of the function renesas_i3c_daa > is always zero since previous checks for less than zero have already > exited via return paths. Hence the final ternary operator checking > for a less than zero value for ret is redundant and can be removed. > > Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx> Already sent (and applied just today): https://lore.kernel.org/r/20250803211256.18513-2-wsa+renesas@xxxxxxxxxxxxxxxxxxxx