Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173273
b: refs/heads/master
c: 1b52fff
h: refs/heads/master
i:
  173271: c989f0d
v: v3
  • Loading branch information
Martin Schwidefsky authored and Martin Schwidefsky committed Dec 7, 2009
1 parent 3827ee0 commit 5e2723c
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: c1b283d55d1806680e3ad1cfbef581afecbea5cb
refs/heads/master: 1b52fff059d660d4bf83d97c389dd80f1e6aad9a
2 changes: 1 addition & 1 deletion trunk/drivers/s390/char/tape_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ tape_generic_remove(struct ccw_device *cdev)
tape_cleanup_device(device);
}

if (!dev_get_drvdata(&cdev->dev)) {
if (dev_get_drvdata(&cdev->dev)) {
sysfs_remove_group(&cdev->dev.kobj, &tape_attr_group);
dev_set_drvdata(&cdev->dev, tape_put_device(dev_get_drvdata(&cdev->dev)));
}
Expand Down

0 comments on commit 5e2723c

Please sign in to comment.