Gitweb: http://git.kernel.org/linus/7f6f27d65cfd94cab66b64cf4a1ef87f1bd8ea86 Commit: 7f6f27d65cfd94cab66b64cf4a1ef87f1bd8ea86 Parent: 38d3af06737c6724e6f785fddf2679da02275dcb Author: Bill Pemberton <wfp5p@virginia.edu> AuthorDate: Mon Jul 27 16:47:33 2009 -0400 Committer: Greg Kroah-Hartman <gregkh@suse.de> CommitDate: Tue Sep 15 12:01:50 2009 -0700 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> --- drivers/staging/hv/storvsc_drv.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/hv/storvsc_drv.c b/drivers/staging/hv/storvsc_drv.c index 648708a..3c677f0 100644 --- a/drivers/staging/hv/storvsc_drv.c +++ b/drivers/staging/hv/storvsc_drv.c @@ -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); -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
