On Fri, Feb 27, 2009 at 09:06:14PM +0300, Sergei Shtylyov wrote: > @@ -2151,13 +2128,10 @@ done: > static void > musb_h_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) > { > - u8 epnum = hep->desc.bEndpointAddress; > - unsigned long flags; > + u8 is_in = hep->desc.bEndpointAddress & USB_DIR_IN; unsigned long flags; now that you're already fixing patch 1/5, could you fix this as well ?? -- balbi -- 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