Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyper...
[linux-2.6-microblaze.git] / drivers / hv / vmbus_drv.c
index 946d0ab..7b8816c 100644 (file)
@@ -83,7 +83,7 @@ static int hyperv_panic_event(struct notifier_block *nb, unsigned long val,
 static int hyperv_die_event(struct notifier_block *nb, unsigned long val,
                            void *args)
 {
-       struct die_args *die = (struct die_args *)args;
+       struct die_args *die = args;
        struct pt_regs *regs = die->regs;
 
        /* Don't notify Hyper-V if the die event is other than oops */