rpmsg: char: Remove the unneeded result variable
authorye xingchen <ye.xingchen@zte.com.cn>
Fri, 26 Aug 2022 07:19:54 +0000 (07:19 +0000)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Fri, 2 Sep 2022 19:25:47 +0000 (13:25 -0600)
commit06564be4c03ff0e0b88c5a4a14a6527fcb070ffd
treee8920fc051cd0fa80bf01978d3dc53f76e2242c1
parent1c23f9e627a7b412978b4e852793c5e3c3efc555
rpmsg: char: Remove the unneeded result variable

Return the value rpmsg_chrdev_eptdev_add() directly instead of storing it
in another redundant variable.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
Link: https://lore.kernel.org/r/20220826071954.252485-1-ye.xingchen@zte.com.cn
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/rpmsg/rpmsg_char.c