On Sat, 14 Mar 2009, Jeff Garzik wrote: > Erik Inge Bolsø wrote: > > diff --git a/include/linux/ata.h b/include/linux/ata.h > > index 9a061ac..386eeac 100644 > > --- a/include/linux/ata.h > > +++ b/include/linux/ata.h > > @@ -117,6 +117,8 @@ enum { > > ATA_MWDMA0 = (1 << 0), > > ATA_MWDMA1 = ATA_MWDMA0 | (1 << 1), > > ATA_MWDMA2 = ATA_MWDMA1 | (1 << 2), > > + ATA_MWDMA3 = ATA_MWDMA2 | (1 << 3), > > + ATA_MWDMA4 = ATA_MWDMA3 | (1 << 4), > > This patch should be patch #1, and all the driver changes should be rolled up > into patch #2. > > It is the same logical change, and therefore should not be broken up into 73 > tiny patches. Fair enough. Will quash together and redo, didn't think you liked patches touching dozens of files at once. Back in a bit. -- -erik http://useofwords.blogspot.com/ -- To unsubscribe from this list: 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