commit | 1f0e1eae1521e9a00f1dfbcf7c51d785ade4179c | [log] [tgz] |
---|---|---|
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | Thu Dec 03 18:15:07 2015 +0000 |
committer | Mark Brown <broonie@kernel.org> | Thu Dec 03 20:35:21 2015 +0000 |
tree | 90f3ac97e9fde1eff9cf77972b868cbd8af38fbc | |
parent | 141bc6a620e114d3c4daeaf6e70b9ab96d914152 [diff] |
ASoC: arizona: Fix type of clock rate pointer in arizona_set_sysclk Both the sysclk and asyncclk members of arizona_priv are signed by we refer to them through an unsigned pointer. This patch fixes this small harmless error. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>