git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9eaa44
)
spi: atmel: Make current_remaining_bytes to be int
author
Axel Lin
<axel.lin@ingics.com>
Thu, 27 Mar 2014 01:26:38 +0000
(09:26 +0800)
committer
Mark Brown
<broonie@linaro.org>
Mon, 14 Apr 2014 16:06:17 +0000
(17:06 +0100)
Don't use unsigned for current_remaining_bytes so we can check
current_remaining_bytes < 0 case.
Use int is enough for current_remaining_bytes.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
No differences found