From: Jon Hunter Date: Tue, 5 May 2015 14:17:56 +0000 (+0100) Subject: serial: tegra: Use unsigned types for RX and TX byte counts X-Git-Tag: omap-for-v4.2/wakeirq-drivers-v2^2~70 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b0c1bdf7a197e7b58d0f8b1121c23b7b81ef84d;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed