Skip to content

Commit

Permalink
sh: fix an SIU device name mismatch
Browse files Browse the repository at this point in the history
Recent ASoC changes unified all PCM names, fix the platform code to match.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Guennadi Liakhovetski authored and Mark Brown committed Sep 19, 2010
1 parent c54291d commit 7d25d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/kernel/cpu/sh4a/setup-sh7722.c
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ static struct resource siu_resources[] = {
};

static struct platform_device siu_device = {
.name = "sh_siu",
.name = "siu-pcm-audio",
.id = -1,
.dev = {
.platform_data = &siu_platform_data,
Expand Down

0 comments on commit 7d25d64

Please sign in to comment.