commit | e6cabe4a6d142ab981bd31bff0795ed230caf151 | [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 | f6ac9f1f666a291358f8a402a3d49217ddaef80d [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>