Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249134
b: refs/heads/master
c: d5817bc
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Apr 25, 2011
1 parent 3168117 commit 0f98f35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9bd0859a246f5855ed8e4840711f6c4fc98e741a
refs/heads/master: d5817bc8d408058bdba5b2b9a2719a0fb36c65b3
3 changes: 0 additions & 3 deletions trunk/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 0f98f35

Please sign in to comment.