Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9800
b: refs/heads/master
c: e5945b4
h: refs/heads/master
v: v3
  • Loading branch information
Cornelia Huck authored and Linus Torvalds committed Oct 11, 2005
1 parent 9b83972 commit ba5a729
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: 907a42617970a159361f17ef9a63f04d276995ab
refs/heads/master: e5945b4f605d1479d5b44252a2c691168c5d38d6
2 changes: 1 addition & 1 deletion trunk/drivers/s390/cio/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ get_disc_ccwdev_by_devno(unsigned int devno, struct ccw_device *sibling)
.sibling = sibling,
};

dev = bus_find_device(&css_bus_type, NULL, &data, match_devno);
dev = bus_find_device(&ccw_bus_type, NULL, &data, match_devno);

return dev ? to_ccwdev(dev) : NULL;
}
Expand Down

0 comments on commit ba5a729

Please sign in to comment.