Re: [PATCH v2 03/12] serial: mvebu-uart: initial support for Armada-3700 serial port

From: Greg Kroah-Hartman
Date: Sun Feb 07 2016 - 02:17:53 EST


On Wed, Feb 03, 2016 at 07:41:20PM +0100, Gregory CLEMENT wrote:
> +static struct console mvebu_uart_console = {
> + .name = "ttyS",

You aren't ttyS, that's a reserved name for a different chip, please use
a new name and major/minor numbers.

thanks,

greg k-h