commit | c837a1423c876669bfd963e1ded518b9e497946d | [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 | fbd644e7026f89f09cfa854fbf846449579f1684 [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>