wireless: Remove casts to same type
[deliverable/linux.git] / drivers / net / wireless / rtlwifi / cam.c
index 3d8cc4a0c86dfba898a23c2a7ef4625d3a3885b7..2d1a8220d5c07d7c24cf67aaa4f112cfd1c997b2 100644 (file)
@@ -146,7 +146,7 @@ u8 rtl_cam_add_one_entry(struct ieee80211_hw *hw, u8 *mac_addr,
        }
 
        rtl_cam_program_entry(hw, ul_entry_idx, mac_addr,
-                             (u8 *) key_content, us_config);
+                             key_content, us_config);
 
        RT_TRACE(rtlpriv, COMP_SEC, DBG_DMESG, "<===\n");
 
This page took 0.024626 seconds and 5 git commands to generate.