On Thu, Jan 21, 2010 at 04:00,  <[email protected]> wrote:
> Revision 8212 Author cliff Date 2010-01-21 04:00:09 -0500 (Thu, 21 Jan 2010)
>
> Log Message
>
> Disabling double buffering according to the RTL revision
>
> Modified: trunk/drivers/usb/musb/musb_gadget.c (8211 => 8212)
>
> +             if (MUSB_HWVERS_MAJOR(musb->hwvers) <= 1 &&
> MUSB_HWVERS_MINOR(musb->hwvers) <= 9)


how about:
if (musb->hwvers < MUSB_HWVERS_2000)
-mike
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to