From: Kuninori Morimoto Date: Wed, 28 Jul 2010 02:57:45 +0000 (+0900) Subject: ASoC: fsi: remove device id check X-Git-Tag: v2.6.36-rc1~493^2~1^2~16 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=265c770d03e1e3f9958172d6a7cae59e68b86db2;p=~shefty%2Frdma-dev.git ASoC: fsi: remove device id check Current FSI driver id is not only 0 Signed-off-by: Kuninori Morimoto Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c index 24c378c1e74..4b09b3dfcc0 100644 --- a/sound/soc/sh/fsi.c +++ b/sound/soc/sh/fsi.c @@ -1043,11 +1043,6 @@ static int fsi_probe(struct platform_device *pdev) unsigned int irq; int ret; - if (0 != pdev->id) { - dev_err(&pdev->dev, "current fsi support id 0 only now\n"); - return -ENODEV; - } - id_entry = pdev->id_entry; if (!id_entry) { dev_err(&pdev->dev, "unknown fsi device\n");