Re: [PATCH 2.6.17] ata_piix device probe fixes

From: Jeff Garzik
Date: Tue Jul 11 2006 - 18:02:31 EST


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



-
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/