commit | 375067f084b05b44ff55f7d0676968a7900638ed | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 24 13:55:35 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 25 17:55:18 2023 -0400 |
tree | 4dfb76d4c131c3a0d2db9ceb6968a8de0e378b7d | |
parent | 9137f66e6359b2b498b2e5ef13e0b015d37b5d65 [diff] |
dm: core: Correct error handling when event fails Follow the correct path in device_probe() when and event handler fails. This avoids getting into a strange state where the device appears to be activated but is not. Signed-off-by: Simon Glass <sjg@chromium.org>