Re: [PATCH v5 3/5] serial: fsl_linflexuart: Be consistent with the name

From: gregkh@xxxxxxxxxxxxxxxxxxx
Date: Fri Oct 04 2019 - 09:07:16 EST


On Wed, Oct 02, 2019 at 01:04:42PM +0000, Stefan-gabriel Mirea wrote:
> --- a/include/uapi/linux/serial_core.h
> +++ b/include/uapi/linux/serial_core.h
> @@ -290,7 +290,7 @@
> /* Sunix UART */
> #define PORT_SUNIX 121
>
> -/* Freescale Linflex UART */
> -#define PORT_LINFLEXUART 121
> +/* Freescale LINFlexD UART */
> +#define PORT_LINFLEXUART 122

This is a different change, and one that should be split out and
submitted now, for 5.4. Please do that as the id number is incorrect,
don't bury a valid change in the middle of a "marketing renamed the
device" patch :)

thanks,

greg k-h