commit | 77f7c1e71f45d6412485fcc1d4a0ae327aee2c7f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 21 13:57:10 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Jan 30 14:25:41 2021 -0700 |
tree | 2bc4b1672c886d2cf751c25bac4dab58355829a9 | |
parent | 6d0601e5f1f04f64b26533769838c1662bca39d3 [diff] |
dm: core: Don't inline dev_read...() calls with of-platdata At present if these calls are used with of-platdata, a confusing error is produced, referring to a function not actually called by the code causing the problem. Fix this by not inlining, so that the error mentions the dev_read_...() function and it is more obvious what is going on. Signed-off-by: Simon Glass <sjg@chromium.org>