commit | 2f9a612ea0f3ae19cf1f111f016d21971033ed06 | [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 | c6548b87e4792bfa7b70af8e54ac88f387476322 [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>