Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147100
b: refs/heads/master
c: 347979a
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Jeff Garzik committed Jun 10, 2009
1 parent 2a84d13 commit a0ac46c
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: d50ce07d6fd8a422757a231f9d7293cbddeaec31
refs/heads/master: 347979a034539ab20f3bc0c30ac0ccd3c4fd4c2e
4 changes: 2 additions & 2 deletions trunk/drivers/ata/ata_piix.c
Original file line number Diff line number Diff line change
Expand Up @@ -1509,8 +1509,8 @@ static int __devinit piix_init_one(struct pci_dev *pdev,
dev_printk(KERN_DEBUG, &pdev->dev,
"version " DRV_VERSION "\n");

/* no hotplugging support (FIXME) */
if (!in_module_init)
/* no hotplugging support for later devices (FIXME) */
if (!in_module_init && ent->driver_data >= ich5_sata)
return -ENODEV;

if (piix_broken_system_poweroff(pdev)) {
Expand Down

0 comments on commit a0ac46c

Please sign in to comment.