diff options
-rw-r--r-- | sound/soc/sh/fsi.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c index 24c378c1e740..4b09b3dfcc00 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) | |||
1043 | unsigned int irq; | 1043 | unsigned int irq; |
1044 | int ret; | 1044 | int ret; |
1045 | 1045 | ||
1046 | if (0 != pdev->id) { | ||
1047 | dev_err(&pdev->dev, "current fsi support id 0 only now\n"); | ||
1048 | return -ENODEV; | ||
1049 | } | ||
1050 | |||
1051 | id_entry = pdev->id_entry; | 1046 | id_entry = pdev->id_entry; |
1052 | if (!id_entry) { | 1047 | if (!id_entry) { |
1053 | dev_err(&pdev->dev, "unknown fsi device\n"); | 1048 | dev_err(&pdev->dev, "unknown fsi device\n"); |