Commit b2aba7cc authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman

Staging: hv: vmbus_drv.c: fix print formatting

Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 7f6f27d6
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment