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:
parent
9bd0859a24
commit
d5817bc8d4
1 changed files with 0 additions and 3 deletions
|
@ -331,7 +331,6 @@ static int blkvsc_ioctl(struct block_device *bd, fmode_t mode,
|
||||||
|
|
||||||
switch (cmd) {
|
switch (cmd) {
|
||||||
case HDIO_GET_IDENTITY:
|
case HDIO_GET_IDENTITY:
|
||||||
DPRINT_INFO(BLKVSC_DRV, "HDIO_GET_IDENTITY\n");
|
|
||||||
if (copy_to_user((void __user *)arg, blkdev->device_id,
|
if (copy_to_user((void __user *)arg, blkdev->device_id,
|
||||||
blkdev->device_id_len))
|
blkdev->device_id_len))
|
||||||
ret = -EFAULT;
|
ret = -EFAULT;
|
||||||
|
@ -1264,8 +1263,6 @@ static int __init blkvsc_init(void)
|
||||||
|
|
||||||
BUILD_BUG_ON(sizeof(sector_t) != 8);
|
BUILD_BUG_ON(sizeof(sector_t) != 8);
|
||||||
|
|
||||||
DPRINT_INFO(BLKVSC_DRV, "Blkvsc initializing....");
|
|
||||||
|
|
||||||
ret = blkvsc_drv_init();
|
ret = blkvsc_drv_init();
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Add table
Reference in a new issue