Greg KH wrote:
On Fri, Aug 12, 2005 at 06:43:03PM -0400, Brett Russ wrote:
Simple cleanup to eliminate X copies of the pci_enable_intx() function
in libata. Moved ahci.c's pci_intx() to pci.c and use it throughout
libata and msi.c.
Signed-off-by: Brett Russ <[EMAIL PROTECTED]>
It would have been nice if you had built this code :(
Hint, get rid of all TRUE and FALSE usages in your patch. Care to try
again?
just manually s/TRUE/1/ and s/FALSE/0/ in the patch...
I could have sworn TRUE and FALSE were in linux/kernel.h, but it looks
like I was wrong.
Jeff
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/