[ Trim recipients list ] On 10/12/2019 15:37, Greg Kroah-Hartman wrote: > The function uart_console_write() expects an unsigned int, so use that > variable type, not 'unsigned', which is generally frowned apon in the > kernel now. "frowned upon" Wait, what?! 'unsigned' and 'unsigned int' are the same type, if I remember my C lessons correctly. Is this a uniformization issue? Regards.