On Fri, Mar 18, 2011 at 01:16:01PM -0700, Greg KH wrote: > On Fri, Mar 18, 2011 at 03:33:35PM +0200, Felipe Balbi wrote: > > - .bcdUSB = __constant_cpu_to_le16(0x200), > > + .bcdUSB = cpu_to_le16(0x0300), > > You do this in a number of places, why drop the __constant_cpu_to_le16() > here? Trying to make it all uniform. Not all gadget drivers had the __constant_ prefix. Maybe I should have add the prefix for those which don't have :-) -- 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