linux/drivers/rpmsg
Bjorn Andersson fa04b769f2 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: 93e9324431 ("rpmsg: Handle invalid parameters in public API")
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2017-02-13 00:52:54 -08:00
..
Kconfig rpmsg: char: add CONFIG_NET dependency 2017-01-18 23:08:05 -08:00
Makefile rpmsg: Driver for user space endpoint interface 2017-01-18 10:43:15 -08:00
qcom_smd.c rpmsg: smd: Register rpmsg user space interface for edges 2017-01-18 10:43:15 -08:00
rpmsg_char.c rpmsg: unlock on error in rpmsg_eptdev_read() 2017-01-30 13:20:24 -08:00
rpmsg_core.c rpmsg: rpmsg_create_ept() returns NULL on error 2017-02-13 00:52:54 -08:00
rpmsg_internal.h rpmsg: Driver for user space endpoint interface 2017-01-18 10:43:15 -08:00
virtio_rpmsg_bus.c rpmsg: Allow callback to return errors 2016-09-08 22:15:25 -07:00