commit | 15421b71bccc3a12e64cfa1e8089e50cc2a93fe4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 03 21:29:44 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Mar 03 19:17:25 2021 -0700 |
tree | ec893da315794fe9f2b695f7c08f4a0d3212ccba | |
parent | 24fd7e383da23adf785fc2d2b8bddfc29b85346b [diff] |
dm: core: Add DM_DEVICE_REMOVE condition to all exit paths At present device_bind() does some unnecessary work if a device fails to bind in SPL. Add the missing conditions. Also fix a style nit in the same function while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>