Re: [PATCH] rpmsg: Make rpmsg_create_ept() propagate error

2017-05-09 Thread kbuild test robot
Hi Bjorn, [auto build test WARNING on next-20170505] [also build test WARNING on v4.11] [cannot apply to v4.9-rc8 v4.9-rc7 v4.9-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Bjorn-Andersso

[PATCH] rpmsg: Make rpmsg_create_ept() propagate error

2017-05-08 Thread Bjorn Andersson
Make the rpmsg_create_ept() return an ERR_PTR() rather than NULL, as this is common practice throughout the kernel and I got the first two clients of this API wrong. Signed-off-by: Bjorn Andersson --- drivers/rpmsg/qcom_smd.c | 8 drivers/rpmsg/rpmsg_char.c | 4 ++-- drive