Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1625516
| From | Laura Abbott <labbott@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCHv4 11/12] staging: android: ion: Set query return value |
| Date | 2017-04-18 20:30 +0200 |
| Message-ID | <txG31-10r-25@gated-at.bofh.it> (permalink) |
| References | <txG30-10r-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This never got set in the ioctl. Properly set a return value of 0 on success. Signed-off-by: Laura Abbott <labbott@redhat.com> --- drivers/staging/android/ion/ion.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/android/ion/ion.c b/drivers/staging/android/ion/ion.c index 9eeb06f..d6fd350 100644 --- a/drivers/staging/android/ion/ion.c +++ b/drivers/staging/android/ion/ion.c @@ -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; -- 2.7.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCHv4 11/12] staging: android: ion: Set query return value Laura Abbott <labbott@redhat.com> - 2017-04-18 20:30 +0200
csiph-web