From: Bogdan Purcareata <bogdan.purcareata@gmail.com>
To: labbott@redhat.com, sumit.semwal@linaro.org,
gregkh@linuxfoundation.org, arve@android.com,
riandrews@android.com, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org
Cc: Bogdan Purcareata <bogdan.purcareata@gmail.com>
Subject: [PATCH 2/4] staging: android/ion: Don't use return in void function
Date: Thu, 12 Jan 2017 09:54:17 +0200 [thread overview]
Message-ID: <1484207659-22702-2-git-send-email-bogdan.purcareata@gmail.com> (raw)
In-Reply-To: <1484207659-22702-1-git-send-email-bogdan.purcareata@gmail.com>
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
next prev parent reply other threads:[~2017-01-12 7:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-12 7:54 [PATCH 1/4] staging: android/ion: Fix line over 80 characters Bogdan Purcareata
2017-01-12 7:54 ` Bogdan Purcareata [this message]
2017-01-12 7:54 ` [PATCH 3/4] staging: android/ion: Align comment mark Bogdan Purcareata
2017-01-12 7:54 ` [PATCH 4/4] staging: android/ion: Use variable names in header Bogdan Purcareata
2017-01-12 9:32 ` [PATCH 1/4] staging: android/ion: Fix line over 80 characters Dan Carpenter
2017-01-12 9:56 ` Greg KH
2017-01-12 21:45 ` Bogdan Purcareata
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1484207659-22702-2-git-send-email-bogdan.purcareata@gmail.com \
--to=bogdan.purcareata@gmail.com \
--cc=arve@android.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=labbott@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=riandrews@android.com \
--cc=sumit.semwal@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®