>-----Original Message----- >From: Mike Frysinger [mailto:[email protected]] >Sent: Thursday, January 21, 2010 5:05 PM >To: [email protected] >Cc: [email protected] >Subject: Re: [Linux-kernel-commits] [8212] >trunk/drivers/usb/musb/musb_gadget.c: Disabling double >buffering according to the RTL revision > >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)
Much better:) Cliff _______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
