Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131239
b: refs/heads/master
c: ca0b4b7
h: refs/heads/master
i:
  131237: df5c238
  131235: cabbd52
  131231: 58abfd5
v: v3
  • Loading branch information
Cornelia Huck authored and Martin Schwidefsky committed Feb 11, 2009
1 parent e59d6dd commit d58990e
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: 0addff81513a71b279a5eca5bf7cba2052c8b737
refs/heads/master: ca0b4b7d2cb57a2e24d7e48ce9b411b9baa3bf63
2 changes: 1 addition & 1 deletion trunk/drivers/s390/block/dasd_devmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ static ssize_t dasd_ff_show(struct device *dev, struct device_attribute *attr,
struct dasd_devmap *devmap;
int ff_flag;

devmap = dasd_find_busid(dev->bus_id);
devmap = dasd_find_busid(dev_name(dev));
if (!IS_ERR(devmap))
ff_flag = (devmap->features & DASD_FEATURE_FAILFAST) != 0;
else
Expand Down

0 comments on commit d58990e

Please sign in to comment.