diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2014-02-13 14:14:21 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-13 18:06:34 +0000 |
commit | 30ac6b6ebd175eaf5db7e0d7c015cd1460548b98 (patch) | |
tree | 06133e26bee3f5407f0299abd8a98a05728ab343 /Kbuild | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 (diff) |
ASoC: dapm: Consistently use unsigned int for register values
Commit f7d3c1709 ("ASoC: dapm: Change prototype of soc_widget_read") changed the
signature of soc_widget_read() so that it, instead of return the register value
as a int, takes a pointer to a unsigned int and stores the register value in
that pointer. There are still a few places that pass a int type value to that
function though. Change these to unsigned int. For more consistency also change
the signature of soc_widget_write() to take a unsigned int instead of an int for
the register value.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions