commit | e1cc1f0d71de299b5ae9da07c4518648b5e8d2ef | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Aug 27 12:44:28 2015 +0900 |
committer | Simon Glass <sjg@chromium.org> | Mon Aug 31 07:57:29 2015 -0600 |
tree | b06fc2afa6bf4c2e43b0fda2aaf776dec5a3472a | |
parent | 1e823cf8f8cf2a7d65c3bcc7e3b50442cb57dc75 [diff] |
dm: core: allow device_bind() to not return a device pointer This is useful when we want to bind a device, but do not need the pointer to the device. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>