Re: [PATCH] usb: core: Add "quirks" parameter for usbcore

From: Greg KH
Date: Wed Dec 06 2017 - 04:13:49 EST


On Wed, Dec 06, 2017 at 05:09:32PM +0800, Kai-Heng Feng wrote:
> +/* Works only for digits and letters, but small and fast */
> +#define TOLOWER(x) ((x) | 0x20)

What is wrong with the in-kernel version of tolower()?

thanks,

greg k-h