提交 804ca94a 编写于 作者: L Laura Abbott 提交者: Greg Kroah-Hartman

staging: android: ion: Set query return value

This never got set in the ioctl. Properly set a return value of 0 on
success.
Signed-off-by: NLaura Abbott <labbott@redhat.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 15c6098c
......@@ -498,6 +498,7 @@ int ion_query_heaps(struct ion_heap_query *query)
}
query->cnt = cnt;
ret = 0;
out:
up_read(&dev->lock);
return ret;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册