From: "K. Y. Srinivasan" <[email protected]>
Date: Tue, 22 Apr 2014 11:03:32 -0700
> + skb = (struct sk_buff *)
> + packet->send_completion_tid;
As in netvsc_xmit_completion() this must be coded as:
skb = (struct sk_buff *) (unsigned long)packet->send_completion_tid;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/