From: kbuild test robot <lkp@intel.com>
To: Sanjay R Mehta <Sanju.Mehta@amd.com>
Cc: kbuild-all@lists.01.org, vkoul@kernel.org,
dan.j.williams@intel.com, gregkh@linuxfoundation.org,
Gary.Hook@amd.com, Nehal-bakulchandra.Shah@amd.com,
Shyam-sundar.S-k@amd.com, davem@davemloft.net,
mchehab+samsung@kernel.org, robh@kernel.org,
Jonathan.Cameron@huawei.com, linux-kernel@vger.kernel.org,
dmaengine@vger.kernel.org, Sanjay R Mehta <sanju.mehta@amd.com>
Subject: [RFC PATCH] dmaengine: ptdma: pt_present() can be static
Date: Sat, 28 Dec 2019 09:24:13 +0800 [thread overview]
Message-ID: <20191228012413.rinqeaetsufcwdkf@4978f4969bb8> (raw)
In-Reply-To: <1577458112-109734-1-git-send-email-Sanju.Mehta@amd.com>
Fixes: ea65c60183d6 ("dmaengine: ptdma: Add debugfs entries for PTDMA information")
Signed-off-by: kbuild test robot <lkp@intel.com>
---
ptdma-dev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/dma/ptdma/ptdma-dev.c b/drivers/dma/ptdma/ptdma-dev.c
index 1cb47bbdbd3e1..6df0d5049aa26 100644
--- a/drivers/dma/ptdma/ptdma-dev.c
+++ b/drivers/dma/ptdma/ptdma-dev.c
@@ -136,7 +136,7 @@ static void pt_del_device(struct pt_device *pt)
*
* Returns zero if a PTDMA device is present, -ENODEV otherwise.
*/
-int pt_present(void)
+static int pt_present(void)
{
unsigned long flags;
int ret;
prev parent reply other threads:[~2019-12-28 1:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-27 14:48 [PATCH v2 3/3] dmaengine: ptdma: Add debugfs entries for PTDMA information Sanjay R Mehta
2019-12-28 1:24 ` kbuild test robot
2019-12-28 1:24 ` kbuild test robot [this message]
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=20191228012413.rinqeaetsufcwdkf@4978f4969bb8 \
--to=lkp@intel.com \
--cc=Gary.Hook@amd.com \
--cc=Jonathan.Cameron@huawei.com \
--cc=Nehal-bakulchandra.Shah@amd.com \
--cc=Sanju.Mehta@amd.com \
--cc=Shyam-sundar.S-k@amd.com \
--cc=dan.j.williams@intel.com \
--cc=davem@davemloft.net \
--cc=dmaengine@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=kbuild-all@lists.01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mchehab+samsung@kernel.org \
--cc=robh@kernel.org \
--cc=vkoul@kernel.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