diff mbox series

[7/8] ath11k: remove unnecessary parenthesis

Message ID 1561376969-3999-7-git-send-email-mpubbise@codeaurora.org (mailing list archive)
State Accepted
Commit ba7f9b8c7ffa0eb0737abc8a5d1eac268d389fea
Delegated to: Kalle Valo
Headers show
Series [1/8] ath11k: correct prefix for public functions in mac.c | expand

Commit Message

Manikanta Pubbisetty June 24, 2019, 11:49 a.m. UTC
Remove unnecessary parenthesis in mac.c file.

Signed-off-by: Manikanta Pubbisetty <mpubbise@codeaurora.org>
---
 drivers/net/wireless/ath/ath11k/mac.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/net/wireless/ath/ath11k/mac.c b/drivers/net/wireless/ath/ath11k/mac.c
index 2fd1bfc..2274f77 100644
--- a/drivers/net/wireless/ath/ath11k/mac.c
+++ b/drivers/net/wireless/ath/ath11k/mac.c
@@ -2365,7 +2365,7 @@  static int ath11k_station_assoc(struct ath11k *ar,
 			return ret;
 	}
 
-	if ((sta->wme && sta->uapsd_queues)) {
+	if (sta->wme && sta->uapsd_queues) {
 		ret = ath11k_peer_assoc_qos_ap(ar, arvif, sta);
 		if (ret) {
 			ath11k_warn(ar->ab, "failed to set qos params for STA %pM for vdev %i: %d\n",