ASoC: tegra: Remove unnecessary 'out of memory' message
This was reported by checkpatch.pl Signed-off-by: Codrut GROSU <codrut.cristian.grosu@gmail.com> Acked-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
@ -385,7 +385,6 @@ static int tegra30_i2s_platform_probe(struct platform_device *pdev)
|
||||
|
||||
i2s = devm_kzalloc(&pdev->dev, sizeof(struct tegra30_i2s), GFP_KERNEL);
|
||||
if (!i2s) {
|
||||
dev_err(&pdev->dev, "Can't allocate tegra30_i2s\n");
|
||||
ret = -ENOMEM;
|
||||
goto err;
|
||||
}
|
||||
|
Reference in New Issue
Block a user