hv: pass u32 to process_chn_event()
authorOlaf Hering <olaf@aepfle.de>
Sat, 16 Apr 2011 16:50:40 +0000 (18:50 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 20 Apr 2011 20:40:34 +0000 (13:40 -0700)
Change types in vmbus_on_event() to u32 since the input is u32 as well.
Pass u32 to process_chn_event() instead of casting arg to void* and back.
Update printk to reflect type change.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found