Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232590
b: refs/heads/master
c: 268eff9
h: refs/heads/master
v: v3
  • Loading branch information
Ky Srinivasan authored and Greg Kroah-Hartman committed Jan 20, 2011
1 parent ee27ee2 commit 583d83f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fec2be706dfb1f2f70ffd04319841ec0dfc546b2
refs/heads/master: 268eff909afaca93188d2d14554cbf824f6a0e41
1 change: 1 addition & 0 deletions trunk/drivers/staging/hv/blkvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ static int blkvsc_probe(struct device *device)
blkdev->gd->first_minor = 0;
blkdev->gd->fops = &block_ops;
blkdev->gd->private_data = blkdev;
blkdev->gd->driverfs_dev = &(blkdev->device_ctx->device);
sprintf(blkdev->gd->disk_name, "hd%c", 'a' + devnum);

blkvsc_do_inquiry(blkdev);
Expand Down

0 comments on commit 583d83f

Please sign in to comment.