mirror of
https://github.com/torvalds/linux.git
synced 2024-12-22 02:52:56 +00:00
Staging: hv: blkvsc_drv: Get rid unnecessary DPRINT
Get rid unnecessary DPRINT. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Abhishek Kane <v-abkane@microsoft.com> Signed-off-by: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
43a7b1f16d
commit
a023090a94
@ -192,10 +192,6 @@ static int blk_vsc_initialize(struct hv_driver *driver)
|
||||
sizeof(struct vstor_packet) + sizeof(u64),
|
||||
sizeof(u64)));
|
||||
|
||||
DPRINT_INFO(BLKVSC, "max io outstd %u",
|
||||
stor_driver->max_outstanding_req_per_channel);
|
||||
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user