From wfp5p@virginia.edu Mon Jul 27 14:09:14 2009 From: Bill Pemberton Date: Mon, 27 Jul 2009 16:47:33 -0400 Subject: Staging: hv: storvsc_drv.c: fix print formatting To: greg@kroah.com Cc: hjanssen@microsoft.com Message-ID: <1248727665-23969-12-git-send-email-wfp5p@virginia.edu> Signed-off-by: Bill Pemberton Cc: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- drivers/staging/hv/storvsc_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/staging/hv/storvsc_drv.c +++ b/drivers/staging/hv/storvsc_drv.c @@ -943,7 +943,7 @@ static void storvsc_host_rescan_callback return; } - DPRINT_INFO(STORVSC_DRV, "rescanning host for new scsi devices...", device_obj, host_device_ctx->target, host_device_ctx->path); + DPRINT_INFO(STORVSC_DRV, "rescanning host for new scsi devices..."); /* Rescan for new device */ scsi_scan_target(&host->shost_gendev, host_device_ctx->path, host_device_ctx->target, SCAN_WILD_CARD, 1);