diff options
author | Xiubo Li <Li.Xiubo@freescale.com> | 2014-08-18 15:00:15 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-08-18 11:42:05 -0500 |
commit | 8ea21348868f37f5b2e6ebbaf336d2a415b2b9ff (patch) | |
tree | 2db26c724484a934f6a4c0f9afd430028cadba92 /sound/sound_firmware.c | |
parent | 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff) | |
download | linux-8ea21348868f37f5b2e6ebbaf336d2a415b2b9ff.tar.gz linux-8ea21348868f37f5b2e6ebbaf336d2a415b2b9ff.tar.bz2 linux-8ea21348868f37f5b2e6ebbaf336d2a415b2b9ff.zip |
ASoC: simple-card: Fix the compile warning.
sound/soc/generic/simple-card.c: In function simple_card_dai_link_of:
sound/soc/generic/simple-card.c:198:10: warning: passing argument 3 of
asoc_simple_card_sub_parse_of from incompatible pointer type [enabled by default]
&dai_link->cpu_dai_name);
^
sound/soc/generic/simple-card.c:112:1: note: expected const struct device_node **
but argument is of type struct device_node **
asoc_simple_card_sub_parse_of(struct device_node *np,
^
sound/soc/generic/simple-card.c:229:10: warning: passing argument 3 of
asoc_simple_card_sub_parse_of from incompatible pointer type [enabled by default]
&dai_link->codec_dai_name);
^
sound/soc/generic/simple-card.c:112:1: note: expected const struct device_node **
but argument is of type struct device_node **
asoc_simple_card_sub_parse_of(struct device_node *np,
^
Since the asoc_simple_card_sub_parse_of() is used in simple-card module only,
and the third argument is just used to get the node ponters address, so there is
no need it must to be 'const' type.
Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/sound_firmware.c')
0 files changed, 0 insertions, 0 deletions