Re: [PATCH] android/ion: fix error return code in opensocket()

2020-11-18 Thread wanghai (M)
There is a syntax problem with this patch, please ignore it! 在 2020/11/18 18:39, Wang Hai 写道: Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Fixes: 47a18c42d992 ("android/ion: userspace test utility for ion buffer sharing")

[PATCH] android/ion: fix error return code in opensocket()

2020-11-18 Thread Wang Hai
Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Fixes: 47a18c42d992 ("android/ion: userspace test utility for ion buffer sharing") Reported-by: Hulk Robot Signed-off-by: Wang Hai ---