ath10k.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH ath6kl] ath11k: ath11k_dp_srng_calculate_msi_group() can be static
       [not found] <202005282327.ZEJRVYGS%lkp@intel.com>
@ 2020-05-28 15:31 ` kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-05-28 15:31 UTC (permalink / raw)
  To: Carl Huang; +Cc: kbuild-all, ath10k, Kalle Valo


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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-28 15:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <202005282327.ZEJRVYGS%lkp@intel.com>
2020-05-28 15:31 ` [RFC PATCH ath6kl] ath11k: ath11k_dp_srng_calculate_msi_group() can be static kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).