Commit ca91ab5f authored by Colin Ian King's avatar Colin Ian King Committed by Bjorn Andersson

remoteproc: fix spelling mistake: "Resouce" -> "Resource"

Trivial fix to spelling mistake in dev_err message
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 7e83cab8
...@@ -856,7 +856,7 @@ static int rproc_start(struct rproc *rproc, const struct firmware *fw) ...@@ -856,7 +856,7 @@ static int rproc_start(struct rproc *rproc, const struct firmware *fw)
/* look for the resource table */ /* look for the resource table */
table = rproc_find_rsc_table(rproc, fw, &tablesz); table = rproc_find_rsc_table(rproc, fw, &tablesz);
if (!table) { if (!table) {
dev_err(dev, "Resouce table look up failed\n"); dev_err(dev, "Resource table look up failed\n");
return -EINVAL; return -EINVAL;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment