commit | 88b3a37eaab4004cd3d26976dc3ee875bdba0b63 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 27 08:49:40 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:45 2020 -0700 |
tree | d67e1bad2129a6588659f623457dcbbfa6381e06 | |
parent | d975ce21ce92b2b0c6d13b0a8b5b4d78bfd37113 [diff] |
dm: core: Use const device for the dev_read_...() interface These functions do not modify the device so should use a const pointer to it. Update the code accordingly. Signed-off-by: Simon Glass <sjg@chromium.org>