From: Dan Carpenter <dan.carpenter@oracle.com>
To: Zeng Tao <prime.zeng@hisilicon.com>
Cc: labbott@redhat.com, sumit.semwal@linaro.org,
devel@driverdev.osuosl.org, "Todd Kjos" <tkjos@android.com>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
linaro-mm-sig@lists.linaro.org,
"Arve Hjønnevåg" <arve@android.com>,
"Joel Fernandes" <joel@joelfernandes.org>,
"Martijn Coenen" <maco@android.com>,
"Christian Brauner" <christian@brauner.io>
Subject: Re: [PATCH] staging: android: ion: refactory ion_alloc for kernel driver use
Date: Fri, 29 Mar 2019 14:02:58 +0300 [thread overview]
Message-ID: <20190329110258.GB32590@kadam> (raw)
In-Reply-To: <1553884816-37850-1-git-send-email-prime.zeng@hisilicon.com>
If we're going to export ion_alloc() for other drivers to use then let's
make an ion_free() helper function as well.
void ion_free(struct dma_buf *dmabuf)
{
dma_buf_put(dmabuf);
}
regards,
dan carpenter
next prev parent reply other threads:[~2019-03-29 11:03 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-29 18:40 [PATCH] staging: android: ion: refactory ion_alloc for kernel driver use Zeng Tao
2019-03-29 11:02 ` Dan Carpenter [this message]
2019-03-30 2:33 ` Zengtao (B)
2019-03-29 13:27 ` Laura Abbott
2019-03-30 2:26 ` Zengtao (B)
2019-04-01 16:03 ` Laura Abbott
2019-03-29 16:01 ` Greg Kroah-Hartman
2019-03-30 2:27 ` Zengtao (B)
2019-03-29 16:03 ` Greg Kroah-Hartman
2019-03-30 2:32 ` Zengtao (B)
2019-03-30 6:56 ` Greg Kroah-Hartman
2019-03-30 13:09 ` kbuild test robot
2019-03-30 13:09 ` [PATCH] staging: android: ion: fix err_cast.cocci warnings kbuild test robot
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=20190329110258.GB32590@kadam \
--to=dan.carpenter@oracle.com \
--cc=arve@android.com \
--cc=christian@brauner.io \
--cc=devel@driverdev.osuosl.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=gregkh@linuxfoundation.org \
--cc=joel@joelfernandes.org \
--cc=labbott@redhat.com \
--cc=linaro-mm-sig@lists.linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maco@android.com \
--cc=prime.zeng@hisilicon.com \
--cc=sumit.semwal@linaro.org \
--cc=tkjos@android.com \
/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