Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35397
b: refs/heads/master
c: 24dd01b
h: refs/heads/master
i:
  35395: c2942aa
v: v3
  • Loading branch information
Jeff Garzik committed Aug 14, 2006
1 parent 8efd891 commit efcab4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 370ba07eb8324569636bacb47abba79587640d05
refs/heads/master: 24dd01bfbce685395dc0ade71308326b3861187a
4 changes: 4 additions & 0 deletions trunk/drivers/ata/ata_piix.c
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,11 @@ static int piix_init_one (struct pci_dev *pdev, const struct pci_device_id *ent)

static void piix_host_stop(struct ata_host_set *host_set)
{
struct piix_host_priv *hpriv = host_set->private_data;

ata_host_stop(host_set);

kfree(hpriv);
}

static int __init piix_init(void)
Expand Down

0 comments on commit efcab4b

Please sign in to comment.