Staging: hv: StorVsc.c: fix print formatting
authorBill Pemberton <wfp5p@virginia.edu>
Mon, 27 Jul 2009 20:47:25 +0000 (16:47 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:01:50 +0000 (12:01 -0700)
commit78cd20035dc28f308e8c3d7a285ddfd23f129e65
treefd04345e03a840692d68da4e55530e953682a273
parent454f18a963cf6519bf317e74e6b9781ffef8d253
Staging: hv: StorVsc.c: fix print formatting

There were a few places that used %lx when they should have used %x
and a few places that used %d when they should have used %ld

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/StorVsc.c