rpmsg: rpmsg_create_ept() returns NULL on error
authorBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 13 Feb 2017 08:44:27 +0000 (00:44 -0800)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 13 Feb 2017 08:52:54 +0000 (00:52 -0800)
commitfa04b769f2832bf1aeb2e04b8865f6b688a752fd
treee2b55e83225bd8851d386ab91e813caa1850c57d
parent88e30752dd47f0a6398cd014af82332f1b9873ea
rpmsg: rpmsg_create_ept() returns NULL on error

The parameter validation incorrectly returned an ERR_PTR(), which is not
handled by the callers to rpmsg_create_ept(), per the definition NULL
should be returned.

Fixes: 93e9324431c9 ("rpmsg: Handle invalid parameters in public API")
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/rpmsg/rpmsg_core.c