Re: [Uclinux-dist-devel] [PATCH 2/9] USB: musb: choose ep5 for bulk-in and ep6 for bulk-out in Blackfin MUSB driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Jun 3, 2009 at 04:52, Sergei Shtylyov wrote:> Mike Frysinger wrote:>> +#ifdef CONFIG_BLACKFIN>> +     } else if (gadget_is_musbhsfc(gadget) || gadget_is_musbhdrc(gadget)) {>> +             if ((USB_ENDPOINT_XFER_BULK == type)>> +                     || (USB_ENDPOINT_XFER_ISOC == type)) {>> +                     if (USB_DIR_IN & desc->bEndpointAddress)>> +                             ep = find_ep (gadget, "ep5in");>> +                     else>> +                             ep = find_ep (gadget, "ep6out");>> +             }>> +             if (ep && ep_matches (gadget, ep, desc))>> +                     return ep;>> +#endif>>   Have you run the path thru checkpatch.pl? It would give errors about> space between function name and left paren...
the original commit did, but not the new one.  i'll fix that up, thanks.-mike��.n��������+%������w��{.n�����{���)��jg��������ݢj����G�������j:+v���w�m������w�������h�����٥


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux