Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324088
b: refs/heads/master
c: 24996ed
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Ott authored and Martin Schwidefsky committed Sep 26, 2012
1 parent 0c9baee commit 2d540dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c3e6d407c0c09fb46a391bdd0a28827472825de7
refs/heads/master: 24996edce547fd981c089db9a12717fd76a51160
2 changes: 1 addition & 1 deletion trunk/drivers/s390/block/scm_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ static int scm_remove(struct scm_device *scmdev)
{
struct scm_blk_dev *bdev = dev_get_drvdata(&scmdev->dev);

dev_set_drvdata(&scmdev->dev, NULL);
scm_blk_dev_cleanup(bdev);
dev_set_drvdata(&scmdev->dev, NULL);
kfree(bdev);

return 0;
Expand Down

0 comments on commit 2d540dc

Please sign in to comment.