diff options
| author | David Lechner <[email protected]> | 2026-01-13 19:48:31 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-21 13:29:28 -0600 |
| commit | 2d665b9cd361c4b6d100d3b1b5bdb6e0d1725486 (patch) | |
| tree | 571fcaad6832c3a697e7c995e07235f3c0015e87 /cmd | |
| parent | e63e2e797e3ccf85a8394425e954c06e435c161c (diff) | |
pinctrl: mediatek: ignored error return from pupd/r1/r0
Ignore the error return value from mtk_pinconf_bias_set_pupd_r1_r0().
The PUPD/R1/R0 registers only include a small subset of the pins, so
it is normal for this function to return an error for most pins.
Therefore, this error should not be propagated.
This fixes not all pins in a pinmux group being configured in some
cases because the propagated error caused the configuration loop to
exit early.
The rest of the function is refactored to return early on errors to
improve readability.
Signed-off-by: David Lechner <[email protected]>
Diffstat (limited to 'cmd')
0 files changed, 0 insertions, 0 deletions
