Searched hist:d4bb86f2c39cdd31338dd0274540596aa9ae82c3 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/remoteproc/ |
H A D | remoteproc_core.c | diff d4bb86f2c39cdd31338dd0274540596aa9ae82c3 Fri Jan 05 17:58:02 CST 2018 Bjorn Andersson <bjorn.andersson@linaro.org> remoteproc: Don't handle empty resource table
Allow a NULL table_ptr to have the same meaning as a table with 0 entries, allowing a subsequent patch to skip the assignment step.
A few other places in the implementation does dereference table_ptr, but they are currently all coming from rproc_handle_resources().
Reviewed-By: Loic Pallardy <loic.pallardy@st.com> Tested-By: Loic Pallardy <loic.pallardy@st.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
|