Staging: hv: Get rid of some DPRINT_INFO() statements
Get rid of some of the DPRINT_INFO() statements. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Родитель
9bd0859a24
Коммит
d5817bc8d4
|
@ -331,7 +331,6 @@ static int blkvsc_ioctl(struct block_device *bd, fmode_t mode,
|
|||
|
||||
switch (cmd) {
|
||||
case HDIO_GET_IDENTITY:
|
||||
DPRINT_INFO(BLKVSC_DRV, "HDIO_GET_IDENTITY\n");
|
||||
if (copy_to_user((void __user *)arg, blkdev->device_id,
|
||||
blkdev->device_id_len))
|
||||
ret = -EFAULT;
|
||||
|
@ -1264,8 +1263,6 @@ static int __init blkvsc_init(void)
|
|||
|
||||
BUILD_BUG_ON(sizeof(sector_t) != 8);
|
||||
|
||||
DPRINT_INFO(BLKVSC_DRV, "Blkvsc initializing....");
|
||||
|
||||
ret = blkvsc_drv_init();
|
||||
|
||||
return ret;
|
||||
|
|
Загрузка…
Ссылка в новой задаче