Jeff Garzik wrote:
+static void piix_host_stop(struct ata_host_set *host_set) +{ + kfree(host_set->private_data); + ata_host_stop(host_set);
Crap, this introduces a double-kfree. Fix pending... Jeff - : send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html