Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47351
b: refs/heads/master
c: 1645444
h: refs/heads/master
i:
  47349: f7755ff
  47347: 15ec53e
  47343: 83e890a
v: v3
  • Loading branch information
Jeff Garzik committed Feb 9, 2007
1 parent c725cc4 commit 2e492a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 7cbaa86b937b0b1fab95c159989f6a3c00bbcf78
refs/heads/master: 16454445e1f0ca21ca2f29accb58478a7ff765a2
8 changes: 4 additions & 4 deletions trunk/drivers/ata/sata_vsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,17 +124,17 @@ static void vsc_sata_scr_write (struct ata_port *ap, unsigned int sc_reg,
}


static void vsc_sata_host_stop(struct ata_host_set *host_set)
static void vsc_sata_host_stop(struct ata_host *host)
{
struct vsc_sata_host_priv *hpriv = host_set->private_data;
struct pci_dev *pdev = to_pci_dev(host_set->dev);
struct vsc_sata_host_priv *hpriv = host->private_data;
struct pci_dev *pdev = to_pci_dev(host->dev);

if (hpriv->hp_flags & VSC_SATA_HP_FLAG_MSI)
pci_disable_msi(pdev);
else
pci_intx(pdev, 0);
kfree (hpriv);
ata_pci_host_stop(host_set);
ata_pci_host_stop(host);
}


Expand Down

0 comments on commit 2e492a7

Please sign in to comment.