Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133429
b: refs/heads/master
c: e537b24
h: refs/heads/master
i:
  133427: 77f03af
v: v3
  • Loading branch information
Kay Sievers authored and Greg Kroah-Hartman committed Mar 24, 2009
1 parent 3a229c7 commit 2c7ec78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: dfbc90196dfb9a814e7f2e1f4c47aa425452d313
refs/heads/master: e537b2453ccf8884513201d6afcb62ca0763ecf0
4 changes: 2 additions & 2 deletions trunk/drivers/eisa/eisa-bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ static int __init eisa_init_device (struct eisa_root_device *root,
edev->dev.bus = &eisa_bus_type;
edev->dev.dma_mask = &edev->dma_mask;
edev->dev.coherent_dma_mask = edev->dma_mask;
sprintf (edev->dev.bus_id, "%02X:%02X", root->bus_nr, slot);
dev_set_name(&edev->dev, "%02X:%02X", root->bus_nr, slot);

for (i = 0; i < EISA_MAX_RESOURCES; i++) {
#ifdef CONFIG_EISA_NAMES
Expand Down Expand Up @@ -301,7 +301,7 @@ static int __init eisa_probe (struct eisa_root_device *root)
struct eisa_device *edev;

printk (KERN_INFO "EISA: Probing bus %d at %s\n",
root->bus_nr, root->dev->bus_id);
root->bus_nr, dev_name(root->dev));

/* First try to get hold of slot 0. If there is no device
* here, simply fail, unless root->force_probe is set. */
Expand Down

0 comments on commit 2c7ec78

Please sign in to comment.