Gabor Juhos <juhosg@xxxxxxxxxxx> 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@xxxxxxxxxxxxxxxx> >> --- >> 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 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html