On Fri, Jun 26, 2009 at 04:55:11PM +0800, Alek Du wrote: > From 34626a36a0b0ca7021f96623dc0abadb9bb61d36 Mon Sep 17 00:00:00 2001 > From: Alek Du <alek.du@xxxxxxxxx> > Date: Fri, 26 Jun 2009 16:01:23 +0800 > Subject: [PATCH] EHCI: split ehci_qh - header file changes > > Modified ehci.h, added ehci_qh_hw to hold hw part, also prepared a "HW" macro > for sw->hw conversion. This patch causes the build to break :( You need to create patches such that nothing breaks at every step along the way, not like this. Care to respin your two series? > +/* get ehci_qh_hw from ehci_qh */ > +#define HW(x) ((x)->hw) That's a pretty generic define, why do you need it? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html