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;
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to