wireless: Remove casts to same type
[deliverable/linux.git] / drivers / net / wireless / rtlwifi / rtl8192se / trx.c
index 812b5858f14abfbf8d4ce2401f40c67a2ba75715..36d1cb3aef8a7d5a76e019ab4671f140c38b6255 100644 (file)
@@ -599,7 +599,7 @@ void rtl92se_tx_fill_desc(struct ieee80211_hw *hw,
        struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
        struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw));
        struct ieee80211_sta *sta = info->control.sta;
-       u8 *pdesc = (u8 *) pdesc_tx;
+       u8 *pdesc = pdesc_tx;
        u16 seq_number;
        __le16 fc = hdr->frame_control;
        u8 reserved_macid = 0;
This page took 0.035627 seconds and 5 git commands to generate.