diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-03-29 11:50:57 +0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-26 12:54:32 +0400 |
commit | 3198514d2d10fb3ce5e49ba0c611764ad8a214d0 (patch) | |
tree | aef665370aa7445ce77837fb2a998fcd5c39c6ea /sound/sparc/cs4231.c | |
parent | 66f3cb7ccfe6d735bd1fa435aebc9b985ac74e07 (diff) | |
download | linux-3198514d2d10fb3ce5e49ba0c611764ad8a214d0.tar.xz |
[SPARC/64] constify of_get_property return: sound
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'sound/sparc/cs4231.c')
-rw-r--r-- | sound/sparc/cs4231.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/sparc/cs4231.c b/sound/sparc/cs4231.c index f5956d557f70..900a00de35fd 100644 --- a/sound/sparc/cs4231.c +++ b/sound/sparc/cs4231.c @@ -2284,7 +2284,7 @@ static int __init cs4231_init(void) if (!strcmp(edev->prom_node->name, "SUNW,CS4231")) { match = 1; } else if (!strcmp(edev->prom_node->name, "audio")) { - char *compat; + const char *compat; compat = of_get_property(edev->prom_node, "compatible", NULL); |