[PATCH v1 2/2] serial: Set probe_no_timeout for all DT based drivers
Tobias Klauser
tklauser at distanz.ch
Wed Jun 29 00:00:26 AEST 2022
On 2022-06-28 at 04:01:03 +0200, Saravana Kannan <saravanak at google.com> wrote:
> diff --git a/drivers/tty/serial/8250/8250_acorn.c b/drivers/tty/serial/8250/8250_acorn.c
> index 758c4aa203ab..5a6f2f67de4f 100644
> --- a/drivers/tty/serial/8250/8250_acorn.c
> +++ b/drivers/tty/serial/8250/8250_acorn.c
> @@ -114,7 +114,6 @@ static const struct ecard_id serial_cids[] = {
> static struct ecard_driver serial_card_driver = {
> .probe = serial_card_probe,
> .remove = serial_card_remove,
> - .id_table = serial_cids,
Is this change intentional? All other drivers are only changed to set
.probe_no_time and I don't see anything mentioned in the commit message
re. this driver's change.
More information about the Linuxppc-dev
mailing list