[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YBwXoCwKwkcMPYvy@kroah.com>
Date: Thu, 4 Feb 2021 16:49:52 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Alex Nemirovsky <alex.nemirovsky@...tina-access.com>
Cc: Jiri Slaby <jirislaby@...nel.org>,
Jason Li <jason.li@...tina-access.com>,
linux-kernel@...r.kernel.org, linux-serial@...r.kernel.org
Subject: Re: [PATCH 1/3] tty: serial: Add UART driver for Cortina-Access
platform
On Wed, Feb 03, 2021 at 11:58:47PM -0800, Alex Nemirovsky wrote:
> +static uintptr_t *cortina_uart_ports;
Note, "uintptr_t" is not a valid kernel type.
Please use a pointer to a real thing, no void pointers please.
thanks,
greg k-h
Powered by blists - more mailing lists