]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/hyperv/netvsc.c
Merge branch 'for-3.6' of git://gitorious.org/linux-pwm/linux-pwm
[karo-tx-linux.git] / drivers / net / hyperv / netvsc.c
index 0c569831db5aeb0de77ef9a4d81d6d7e7f3281b8..6cee2917eb0276369e6933ebf933c386167fa9a4 100644 (file)
@@ -614,7 +614,7 @@ retry_send_cmplt:
 static void netvsc_receive_completion(void *context)
 {
        struct hv_netvsc_packet *packet = context;
-       struct hv_device *device = (struct hv_device *)packet->device;
+       struct hv_device *device = packet->device;
        struct netvsc_device *net_device;
        u64 transaction_id = 0;
        bool fsend_receive_comp = false;