diff options
author | 2015-05-05 15:17:56 +0100 | |
---|---|---|
committer | 2015-05-10 19:12:19 +0200 | |
commit | 0b0c1bdf7a197e7b58d0f8b1121c23b7b81ef84d (patch) | |
tree | 65862d5835b3df5d5b77326d60567bdb442f2ce8 /include/linux/console_struct.h | |
parent | serial: tegra: handle race condition on uart rx side (diff) | |
download | wireguard-linux-0b0c1bdf7a197e7b58d0f8b1121c23b7b81ef84d.tar.xz wireguard-linux-0b0c1bdf7a197e7b58d0f8b1121c23b7b81ef84d.zip |
serial: tegra: Use unsigned types for RX and TX byte counts
The function tty_insert_flip_string() takes an argument "size" which is
of type size_t. This is an unsigned type. Update the count,
rx_bytes_requested and tx_bytes_requested in the tegra serial driver to
be unsigned integers so that an unsigned type is passed to
tty_insert_flip_string().
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/console_struct.h')
0 files changed, 0 insertions, 0 deletions