Skip to content
Commit ef79ef21 authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent d85f2c4f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment