commit | 5a87c4174d18fe40dcc847ba36853a9f15cb3e1e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Feb 27 22:06:33 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 23 09:05:52 2015 -0600 |
tree | 4ce2588c51d949dd13ce47caf958f2881a422754 | |
parent | 66312374dca86e77fc9b08f774546e62b6cd1aa7 [diff] |
dm: core: Drop device removal error path when not supported When CONFIG_DM_DEVICE_REMOVE is not enabled, such as in SPL, we cannot remove or unbind devices and do not expect to get errors when binding and probing devices. So drop the error path to reduce code size. Signed-off-by: Simon Glass <sjg@chromium.org>