Skip to content
Commit 216a1d7d authored by Ben Dooks's avatar Ben Dooks Committed by Vinod Koul
Browse files

dmaengine: tegra: make byte counters unsigned int



The buffer byte request length and counter are declared as signed integers
but the values should never be below zero, so make these unsigned integers
instead.

Reviewed-by: default avatarDmitry Osipenko <digetx@gmail.com>
Signed-off-by: default avatarBen Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent e486df39
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment