summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/sh/rcar/core.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sound/soc/sh/rcar/core.c b/sound/soc/sh/rcar/core.c
index ed8611f9c64f..4fd57351c54a 100644
--- a/sound/soc/sh/rcar/core.c
+++ b/sound/soc/sh/rcar/core.c
@@ -737,23 +737,23 @@ static int rsnd_probe(struct platform_device *pdev)
* init each module
*/
ret = rsnd_gen_probe(pdev, info, priv);
- if (ret < 0)
+ if (ret)
return ret;
ret = rsnd_scu_probe(pdev, info, priv);
- if (ret < 0)
+ if (ret)
return ret;
ret = rsnd_adg_probe(pdev, info, priv);
- if (ret < 0)
+ if (ret)
return ret;
ret = rsnd_ssi_probe(pdev, info, priv);
- if (ret < 0)
+ if (ret)
return ret;
ret = rsnd_dai_probe(pdev, info, priv);
- if (ret < 0)
+ if (ret)
return ret;
/*