2021-02-04 22:27:15

by Alex Nemirovsky

[permalink] [raw]
Subject: Re: [PATCH 1/3] tty: serial: Add UART driver for Cortina-Access platform

Thanks Greg. Will fix this and add a change history.

> On Feb 4, 2021, at 7:49 AM, Greg Kroah-Hartman <[email protected]> wrote:
>
> 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