]> asedeno.scripts.mit.edu Git - linux.git/commit
remoteproc: Don't handle empty resource table
authorBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 5 Jan 2018 23:58:02 +0000 (15:58 -0800)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 15 Jan 2018 17:29:48 +0000 (09:29 -0800)
commitd4bb86f2c39cdd31338dd0274540596aa9ae82c3
treed5b5f9b2584029b957b4c741aa7fef6922fd8a93
parent0f21f9cc9d868784c7564edc0cfeddd25ca9621a
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>
drivers/remoteproc/remoteproc_core.c