diff mbox series

ath10k: remove the warning of sdio not full support

Message ID 1567767301-22940-1-git-send-email-wgong@codeaurora.org (mailing list archive)
State Accepted
Commit 35cc054d944e8c9a7e9a31f32bbf360feb01a301
Delegated to: Kalle Valo
Headers show
Series ath10k: remove the warning of sdio not full support | expand

Commit Message

Wen Gong Sept. 6, 2019, 10:55 a.m. UTC
Recently, it has the basic feature of sdio tested success, so remove
it.

Tested with QCA6174 SDIO with firmware
WLAN.RMH.4.4.1-00017-QCARMSWP-1.

Signed-off-by: Wen Gong <wgong@codeaurora.org>
---
 drivers/net/wireless/ath/ath10k/sdio.c | 3 ---
 1 file changed, 3 deletions(-)

Comments

Kalle Valo Sept. 23, 2019, 8:27 a.m. UTC | #1
Wen Gong <wgong@codeaurora.org> wrote:

> Recently, it has the basic feature of sdio tested success, so remove
> it.
> 
> Tested with QCA6174 SDIO with firmware
> WLAN.RMH.4.4.1-00017-QCARMSWP-1.
> 
> Signed-off-by: Wen Gong <wgong@codeaurora.org>
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

Patch applied to ath-next branch of ath.git, thanks.

35cc054d944e ath10k: remove the warning of sdio not full support
diff mbox series

Patch

diff --git a/drivers/net/wireless/ath/ath10k/sdio.c b/drivers/net/wireless/ath/ath10k/sdio.c
index 8ed4fbd..0801215 100644
--- a/drivers/net/wireless/ath/ath10k/sdio.c
+++ b/drivers/net/wireless/ath/ath10k/sdio.c
@@ -2073,9 +2073,6 @@  static int ath10k_sdio_probe(struct sdio_func *func,
 		goto err_free_wq;
 	}
 
-	/* TODO: remove this once SDIO support is fully implemented */
-	ath10k_warn(ar, "WARNING: ath10k SDIO support is work-in-progress, problems may arise!\n");
-
 	return 0;
 
 err_free_wq: