Home
last modified time | relevance | path

Searched hist:"5 a87c4174d18fe40dcc847ba36853a9f15cb3e1e" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/core/
H A Ddevice.c5a87c4174d18fe40dcc847ba36853a9f15cb3e1e Sat Feb 28 05:06:33 UTC 2015 Simon Glass <sjg@chromium.org> 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>