Re: [PATCH -mm] sata_nv: add suspend/resume support

From: Jeff Garzik
Date: Mon Dec 11 2006 - 11:27:47 EST


Robert Hancock wrote:
+static void nv_remove_one (struct pci_dev *pdev)
+{
+ struct ata_host *host = dev_get_drvdata(&pdev->dev);
+ struct nv_host_priv *hpriv = host->private_data;
+
+ kfree(hpriv);
+ ata_pci_remove_one(pdev);
+}


It is unwise to free the struct before the ports are even detached.

Otherwise, seems ok, but I would like to see some more positive user reports (both ADMA and not) before pushing upstream.

Jeff


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/