From efcab4bcc15a835e9b85d8f0f1befda628bb9cc9 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Mon, 14 Aug 2006 14:22:54 -0400 Subject: [PATCH] --- yaml --- r: 35397 b: refs/heads/master c: 24dd01bfbce685395dc0ade71308326b3861187a h: refs/heads/master i: 35395: c2942aad6addec3ac7df080328c12049387f6b04 v: v3 --- [refs] | 2 +- trunk/drivers/ata/ata_piix.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 468760f1abe9..b3db491d0cc9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 370ba07eb8324569636bacb47abba79587640d05 +refs/heads/master: 24dd01bfbce685395dc0ade71308326b3861187a diff --git a/trunk/drivers/ata/ata_piix.c b/trunk/drivers/ata/ata_piix.c index 46c34fd5af8f..51d919c8073d 100644 --- a/trunk/drivers/ata/ata_piix.c +++ b/trunk/drivers/ata/ata_piix.c @@ -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)