Re: [PATCH v4 3/3] serial: core: Update uart_poll_timeout() function to return unsigned long

From: Greg Kroah-Hartman
Date: Fri Oct 27 2023 - 10:56:15 EST


On Fri, Oct 27, 2023 at 07:45:34PM +0530, Vamshi Gajjela wrote:
> The function uart_fifo_timeout() returns an unsigned long value, which
> is the number of jiffies. Therefore, change the variable timeout in the
> function uart_poll_timeout() from int to unsigned long.
> Change the return type of the function uart_poll_timeout() from int to
> unsigned long to be consistent with the type of timeout values.
>
> Signed-off-by: Vamshi Gajjela <vamshigajjela@xxxxxxxxxx>
> ---

Again, I can't do anything with just a 3/3 patch.

Please send whole series of commits. Again, what would you want to do
if you got 1000+ emails a day to do something with?

thanks,

greg k-h