diff options
| author | Vamshi Gajjela <[email protected]> | 2023-11-09 12:04:16 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2024-01-04 16:20:05 +0100 |
| commit | cb86a3383aa7b9bb891daca691e596f6bfe52d82 (patch) | |
| tree | c5c05d9f57f1ee27202b29d463f783be56399836 /include/uapi/linux | |
| parent | 43f012df3c1e979966524f79b5371fde6545488a (diff) | |
serial: core: Update uart_poll_timeout() function to return unsigned long
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/uapi/linux')
0 files changed, 0 insertions, 0 deletions