Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249143
b: refs/heads/master
c: 487ae7c
h: refs/heads/master
i:
  249141: b9ed692
  249139: 3093b69
  249135: 1714fe6
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Apr 25, 2011
1 parent 42baa5f commit 0829e4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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: d87d707d60aeda28d374a9a3ed8d3c0be13a75b8
refs/heads/master: 487ae7cd557f52d46f7a0fb5dcc05976952e9853
6 changes: 3 additions & 3 deletions trunk/drivers/staging/hv/blkvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ static int blkvsc_probe(struct device *device)
DPRINT_ERR(BLKVSC_DRV,
"register_blkdev() failed! ret %d",
ret);
goto Remove;
goto remove;
}

ide0_registered = 1;
Expand All @@ -1020,7 +1020,7 @@ static int blkvsc_probe(struct device *device)
DPRINT_ERR(BLKVSC_DRV,
"register_blkdev() failed! ret %d",
ret);
goto Remove;
goto remove;
}

ide1_registered = 1;
Expand Down Expand Up @@ -1071,7 +1071,7 @@ static int blkvsc_probe(struct device *device)

return ret;

Remove:
remove:
storvsc_drv_obj->base.dev_rm(device_obj);

cleanup:
Expand Down

0 comments on commit 0829e4c

Please sign in to comment.