u-boot/drivers/i2c/muxes
Michal Simek 6d06fdb93c i2c: mux: Fix error path in i2c-arb-gpio
There is no reason to use goto and just call return. Better is to call
return directly which is done for some if/else parts.

Also make no sense to setup ret to -ETIMEDOUT and then to 0.
Return timeout directly.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
2024-08-09 14:46:05 +02:00
..
i2c-arb-gpio-challenge.c i2c: mux: Fix error path in i2c-arb-gpio 2024-08-09 14:46:05 +02:00
i2c-mux-gpio.c drivers: i2c: Remove duplicate newlines 2024-07-22 10:53:05 -06:00
i2c-mux-uclass.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
Kconfig spl: Ensure all SPL symbols in Kconfig have some SPL dependency 2022-07-07 09:29:08 -04:00
Makefile Link failure with CONFIG_SPL and CONFIG_I2C_MUX_PCA954x 2020-08-25 06:25:42 +02:00
pca954x.c i2c: pca954x: Remove pointer to GD 2024-08-09 14:46:05 +02:00