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-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to