Staging: hv: vmbus_drv.c: fix print formatting

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Wednesday, September 16, 2009 - 9:06 am

Gitweb:     http://git.kernel.org/linus/b2aba7cc7105de5ce7769d7b5ddb0b0bc28909c5
Commit:     b2aba7cc7105de5ce7769d7b5ddb0b0bc28909c5
Parent:     7f6f27d65cfd94cab66b64cf4a1ef87f1bd8ea86
Author:     Bill Pemberton <wfp5p@virginia.edu>
AuthorDate: Mon Jul 27 16:47:34 2009 -0400
Committer:  Greg Kroah-Hartman <gregkh@suse.de>
CommitDate: Tue Sep 15 12:01:50 2009 -0700

    Staging: hv: vmbus_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/vmbus_drv.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/hv/vmbus_drv.c b/drivers/staging/hv/vmbus_drv.c
index a86e404..74419a7 100644
--- a/drivers/staging/hv/vmbus_drv.c
+++ b/drivers/staging/hv/vmbus_drv.c
@@ -647,7 +647,7 @@ static int vmbus_child_device_register(DEVICE_OBJECT* root_device_obj, DEVICE_OB
 	ret = child_device_ctx->probe_error;
 
 	if (ret)
-		DPRINT_ERR(VMBUS_DRV, "unable to register child device (%p) (%d)", &child_device_ctx->device);
+		DPRINT_ERR(VMBUS_DRV, "unable to register child device (%p)", &child_device_ctx->device);
 	else
 		DPRINT_INFO(VMBUS_DRV, "child device (%p) registered", &child_device_ctx->device);
 
--
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Staging: hv: vmbus_drv.c: fix print formatting, Linux Kernel Mailing ..., (Wed Sep 16, 9:06 am)