Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1557164 > unrolled thread
| Started by | Bogdan Purcareata <bogdan.purcareata@gmail.com> |
|---|---|
| First post | 2017-01-12 09:00 +0100 |
| Last post | 2017-01-12 09:00 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 2/4] staging: android/ion: Don't use return in void function Bogdan Purcareata <bogdan.purcareata@gmail.com> - 2017-01-12 09:00 +0100
| From | Bogdan Purcareata <bogdan.purcareata@gmail.com> |
|---|---|
| Date | 2017-01-12 09:00 +0100 |
| Subject | [PATCH 2/4] staging: android/ion: Don't use return in void function |
| Message-ID | <sYIsG-1h1-17@gated-at.bofh.it> |
Signed-off-by: Bogdan Purcareata <bogdan.purcareata@gmail.com>
---
drivers/staging/android/ion/ion_of.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/android/ion/ion_of.c b/drivers/staging/android/ion/ion_of.c
index 46b2bb9..7791c70 100644
--- a/drivers/staging/android/ion/ion_of.c
+++ b/drivers/staging/android/ion/ion_of.c
@@ -161,7 +161,6 @@ static int rmem_ion_device_init(struct reserved_mem *rmem, struct device *dev)
static void rmem_ion_device_release(struct reserved_mem *rmem,
struct device *dev)
{
- return;
}
static const struct reserved_mem_ops rmem_dma_ops = {
--
2.7.4
Back to top | Article view | linux.kernel
csiph-web