Re: [PATCH] fix pci_get_device conversion in intel-agp

From: Roland Dreier
Date: Sat Jan 08 2005 - 14:14:05 EST


> + if (intel_i810_private.i810_dev)
> + pci_dev_put(intel_i810_private.i830_dev);
> + if (intel_i810_private.i830_dev)
> + pci_dev_put(intel_i830_private.i830_dev);

Is there a typo in the patch here -- should the first put be for i810_dev?

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