Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c14b9a94 authored by Lee Jones's avatar Lee Jones Committed by Bjorn Andersson
Browse files

remoteproc: core: Remove pointless OOM print



These types of error prints are superfluous.  The system will
pick up on OOM issues and let the user know.

Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 35386166
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -617,7 +617,6 @@ static int rproc_handle_carveout(struct rproc *rproc,
	if (rproc->domain) {
		mapping = kzalloc(sizeof(*mapping), GFP_KERNEL);
		if (!mapping) {
			dev_err(dev, "kzalloc mapping failed\n");
			ret = -ENOMEM;
			goto dma_free;
		}