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:
7171511
)
regulator: tps65217: Fix build warnings
author
Sachin Kamat
<sachin.kamat@samsung.com>
Tue, 24 Jun 2014 08:29:15 +0000
(13:59 +0530)
committer
Mark Brown
<broonie@linaro.org>
Tue, 24 Jun 2014 15:23:00 +0000
(16:23 +0100)
rdev_get_id() returns an int. Convert rid to type int to avoid the
following warnings:
drivers/regulator/tps65217-regulator.c:73:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
drivers/regulator/tps65217-regulator.c:87:10: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/tps65217-regulator.c
patch
|
blob
|
history
diff --cc
drivers/regulator/tps65217-regulator.c
Simple merge