summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2013-07-26 14:43:12 +0200
committerSebastian Reichel <sre@ring0.de>2013-08-11 00:01:09 +0200
commitabdc066fac3ac6b86758b07a9c0945ed42202fb2 (patch)
treefb79d4b77a53213ddc403d4fd2a534a64e03f5a8
parent8406d0866e17f3048547cfafab2de666be78586f (diff)
downloadlinux-abdc066fac3ac6b86758b07a9c0945ed42202fb2.tar.bz2
omap_ssi platform id should be 0
-rw-r--r--arch/arm/mach-omap2/ssi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/ssi.c b/arch/arm/mach-omap2/ssi.c
index 6f751c366455..a9d6eee1abba 100644
--- a/arch/arm/mach-omap2/ssi.c
+++ b/arch/arm/mach-omap2/ssi.c
@@ -74,7 +74,7 @@ static int __init omap_ssi_init(void)
if (!oh)
return -EINVAL;
- pdev = omap_device_build("omap_ssi", -1, oh, &ssi_pdata, sizeof(struct omap_ssi_platform_data));
+ pdev = omap_device_build("omap_ssi", 0, oh, &ssi_pdata, sizeof(struct omap_ssi_platform_data));
WARN(IS_ERR(pdev), "Can't build omap_device for omap_ssi\n");
return 0;