From: "K. Y. Srinivasan" <k...@microsoft.com>
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
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to