From: kbuild test robot <lkp@intel.com>
To: Carl Huang <cjhuang@codeaurora.org>
Cc: kbuild-all@lists.01.org, ath10k@lists.infradead.org,
Kalle Valo <kvalo@codeaurora.org>
Subject: [RFC PATCH ath6kl] ath11k: ath11k_dp_srng_calculate_msi_group() can be static
Date: Thu, 28 May 2020 23:31:46 +0800 [thread overview]
Message-ID: <20200528153146.GA25006@3f49cb9714f8> (raw)
In-Reply-To: <202005282327.ZEJRVYGS%lkp@intel.com>
Fixes: f2748890bfc2 ("ath11k: enable DP interrupt setup for QCA6390")
Signed-off-by: kbuild test robot <lkp@intel.com>
---
dp.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/wireless/ath/ath11k/dp.c b/drivers/net/wireless/ath/ath11k/dp.c
index d1be849bd46fa..bb9271ed7f626 100644
--- a/drivers/net/wireless/ath/ath11k/dp.c
+++ b/drivers/net/wireless/ath/ath11k/dp.c
@@ -121,8 +121,8 @@ static int ath11k_dp_srng_find_ring_in_mask(int ring_num, const u8 *grp_mask)
return -ENOENT;
}
-int ath11k_dp_srng_calculate_msi_group(struct ath11k_base *ab,
- enum hal_ring_type type, int ring_num)
+static int ath11k_dp_srng_calculate_msi_group(struct ath11k_base *ab,
+ enum hal_ring_type type, int ring_num)
{
const u8 *grp_mask;
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
parent reply other threads:[~2020-05-28 15:32 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <202005282327.ZEJRVYGS%lkp@intel.com>]
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=20200528153146.GA25006@3f49cb9714f8 \
--to=lkp@intel.com \
--cc=ath10k@lists.infradead.org \
--cc=cjhuang@codeaurora.org \
--cc=kbuild-all@lists.01.org \
--cc=kvalo@codeaurora.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