Re: [PATCH] serial: core: Fix serial core port id, including multiport devices

From: Andy Shevchenko
Date: Thu Aug 10 2023 - 11:27:02 EST


On Thu, Aug 10, 2023 at 06:24:13PM +0300, Andy Shevchenko wrote:
> On Thu, Aug 10, 2023 at 09:57:34AM +0300, Tony Lindgren wrote:

...

> > + unsigned int min = 0, max = ~0U;
>
> Shouldn't this be int? The max IIRC will be INT_MAX with this anyway.

Ah, and then you can supply is as 0 (IIRC).

--
With Best Regards,
Andy Shevchenko