Skip to content

Commit

Permalink
Staging: hv: Get rid of some DPRINT_INFO() statements
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Apr 25, 2011
1 parent 9bd0859 commit d5817bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/staging/hv/blkvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit d5817bc

Please sign in to comment.