[PATCH 3/7] ath10k: remove void pointer from struct ath10k_pci_compl
Kalle Valo
kvalo at qca.qualcomm.com
Sun Sep 1 02:16:14 EDT 2013
Gabor Juhos <juhosg at openwrt.org> writes:
> 2013.08.30. 14:30 keltezéssel, Kalle Valo írta:
>> Void pointers are bad, mmkay.
>>
>> No functional changes.
>>
>> Signed-off-by: Kalle Valo <kvalo at qca.qualcomm.com>
>> ---
>> drivers/net/wireless/ath/ath10k/pci.c | 12 ++++++------
>> drivers/net/wireless/ath/ath10k/pci.h | 2 +-
>> 2 files changed, 7 insertions(+), 7 deletions(-)
>>
>
> <snip>
>
>> @@ -1026,7 +1026,7 @@ static void ath10k_pci_process_ce(struct ath10k *ar)
>> break;
>> }
>>
>> - skb = (struct sk_buff *)compl->transfer_context;
>> + skb = (struct sk_buff *)compl->skb;
>
> The cast can be removed from here as well.
Oh, I had missed that. I'll send v2 to fix that.
Thank you for the review.
--
Kalle Valo
More information about the ath10k
mailing list