X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=drivers%2Fhv%2Fvmbus_drv.c;h=7b8816c2e5f9e425c42b7f8e34751520dbc6af01;hb=4907a43da83184d4e88009654c9b31f5e091f709;hp=946d0aba101f4adb16fc7a3412e7456e9715443d;hpb=ad884ff32931265294a8989636a5a76aea06b571;p=linux-2.6-microblaze.git diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c index 946d0aba101f..7b8816c2e5f9 100644 --- a/drivers/hv/vmbus_drv.c +++ b/drivers/hv/vmbus_drv.c @@ -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 */