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:
bc0195a
)
regmap: Fix integertypes for register address and value
author
Markus Pargmann
<mpa@pengutronix.de>
Wed, 12 Aug 2015 10:12:28 +0000
(12:12 +0200)
committer
Mark Brown
<broonie@kernel.org>
Wed, 12 Aug 2015 12:07:23 +0000
(13:07 +0100)
These values are defined as unsigned int in the struct and are assigned
to int values.
This patch fixes the type to be unsigned int instead.
Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regmap.c
patch
|
blob
|
history
diff --cc
drivers/base/regmap/regmap.c
Simple merge