commit | 229b85a6a54d7eef81ba307d60a589cc232f06d1 | [log] [tgz] |
---|---|---|
author | Bjorn Andersson <bjorn.andersson@linaro.org> | Sun Oct 02 17:41:29 2016 -0700 |
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | Sun Oct 02 22:50:21 2016 -0700 |
tree | c0e28b3a8f7a65a3d67500f07b0948297a57a20a | |
parent | eeac0a878829e15b86429b164244ac18a740633d [diff] |
remoteproc: Correct resource handling upon boot failure The freeing of resources will attempt to clear values previously set in the cached resource table, so make sure to free the table after we have cleaned up the resources. Fixes: 988d204cdaf6 ("remoteproc: Move handling of cached table to boot/shutdown") Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>