Staging: hv: storvsc_drv.c: fix print formatting
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
38d3af0673
commit
7f6f27d65c
1 changed files with 1 additions and 1 deletions
|
@ -943,7 +943,7 @@ static void storvsc_host_rescan_callback(struct work_struct *work)
|
|||
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);
|
||||
|
|
Loading…
Add table
Reference in a new issue