mctp_i3c_controller_start() contains a conditional check on a return code that is never updated, making the error handling path unreachable. Remove the dead code to avoid misleading logic and make the current controller startup behavior explicit. Signed-off-by: Gaetan Perrot <gaetan.perrot@spacecubics.com>