projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
firewire: ohci: increase AT req. retries, fix ack_busy_X from Panasonic camcorders...
[linux-2.6]
/
block
/
genhd.c
diff --git
a/block/genhd.c
b/block/genhd.c
index
d84a7df
..
397960c
100644
(file)
--- a/
block/genhd.c
+++ b/
block/genhd.c
@@
-1084,7
+1084,7
@@
dev_t blk_lookup_devt(const char *name, int partno)
struct gendisk *disk = dev_to_disk(dev);
struct hd_struct *part;
- if (strcmp(dev
->bus_id
, name))
+ if (strcmp(dev
_name(dev)
, name))
continue;
part = disk_get_part(disk, partno);