Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102110
b: refs/heads/master
c: e193c3e
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jul 16, 2008
1 parent 1cf4d7f commit 0dd3892
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 740c397cc64272917a4c4c283649579d2044a836
refs/heads/master: e193c3e141df4b536ed077b29c83a96768333607
3 changes: 2 additions & 1 deletion trunk/drivers/ide/ide-pnp.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ static int idepnp_probe(struct pnp_dev *dev, const struct pnp_device_id *dev_id)
ide_hwif_t *hwif;
unsigned long base, ctl;

printk(KERN_INFO DRV_NAME ": generic PnP IDE interface\n");

if (!(pnp_port_valid(dev, 0) && pnp_port_valid(dev, 1) && pnp_irq_valid(dev, 0)))
return -1;

Expand Down Expand Up @@ -64,7 +66,6 @@ static int idepnp_probe(struct pnp_dev *dev, const struct pnp_device_id *dev_id)

ide_init_port_hw(hwif, &hw);

printk(KERN_INFO "ide%d: generic PnP IDE interface\n", index);
pnp_set_drvdata(dev, hwif);

ide_device_add(idx, NULL);
Expand Down

0 comments on commit 0dd3892

Please sign in to comment.