Thread (2 messages) flat view 2 messages, 2 authors, 2013-09-14

Re: [PATCH 2/7] rtlwifi: rtl8192de: Fix smatch warnings in rtl8192de/hw.c

From: Sergei Shtylyov <hidden>
Date: 2013-09-14 19:59:54
Also in: linux-wireless

Hello.

On 09/13/2013 09:44 PM, Larry Finger wrote:
Smatch lists the following:
   CHECK   drivers/net/wireless/rtlwifi/rtl8192de/hw.c
drivers/net/wireless/rtlwifi/rtl8192de/hw.c:1200 rtl92de_set_qos() info: ignoring unreachable code.
drivers/net/wireless/rtlwifi/rtl8192de/hw.c:1200 rtl92de_set_qos() info: ignoring unreachable code.
Dead code is removed.
    It is instead commented out, including non-dead code it seems...
quoted hunk
Signed-off-by: Larry Finger <redacted>
---
  drivers/net/wireless/rtlwifi/rtl8192de/hw.c | 2 ++
  1 file changed, 2 insertions(+)
diff --git a/drivers/net/wireless/rtlwifi/rtl8192de/hw.c b/drivers/net/wireless/rtlwifi/rtl8192de/hw.c
index 7dd8f6d..c9b0894 100644
--- a/drivers/net/wireless/rtlwifi/rtl8192de/hw.c
+++ b/drivers/net/wireless/rtlwifi/rtl8192de/hw.c
@@ -1194,6 +1194,7 @@ void rtl92d_linked_set_reg(struct ieee80211_hw *hw)
   * mac80211 will send pkt when scan */
  void rtl92de_set_qos(struct ieee80211_hw *hw, int aci)
  {
+/*
  	struct rtl_priv *rtlpriv = rtl_priv(hw);
  	rtl92d_dm_init_edca_turbo(hw);
  	return;
    Shouldn't the comment start here (and *return* removed)? It's also
better to remove the dead code than just to comment it out.
quoted hunk
@@ -1213,6 +1214,7 @@ void rtl92de_set_qos(struct ieee80211_hw *hw, int aci)
  		RT_ASSERT(false, "invalid aci: %d !\n", aci);
  		break;
  	}
+ */
  }
WBR, Sergei


--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help