mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
rpmsgdev: fix export null issue when rpmsgdev init
check rpmsgdev export null or not Signed-off-by: yezhonghui <yezhonghui@xiaomi.com>
This commit is contained in:
@@ -163,7 +163,8 @@ static int rpmsgdev_open_handler(FAR struct rpmsg_endpoint *ept,
|
|||||||
}
|
}
|
||||||
|
|
||||||
msg->header.result = file_open(&dev->file,
|
msg->header.result = file_open(&dev->file,
|
||||||
export->localpath,
|
export ? export->localpath :
|
||||||
|
strchr(ept->name, '/'),
|
||||||
msg->flags, 0);
|
msg->flags, 0);
|
||||||
if (msg->header.result < 0)
|
if (msg->header.result < 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user