]> Pileus Git - ~andy/linux/blobdiff - sound/soc/fsl/imx-spdif.c
Merge remote-tracking branches 'asoc/topic/ad1836', 'asoc/topic/ad193x', 'asoc/topic...
[~andy/linux] / sound / soc / fsl / imx-spdif.c
index e656245d24c919d25b458460245cbef0d62e2aee..e1dc40143600a05854331a539590603d0d859fed 100644 (file)
@@ -33,7 +33,6 @@ static int imx_spdif_audio_probe(struct platform_device *pdev)
 
        data = devm_kzalloc(&pdev->dev, sizeof(*data), GFP_KERNEL);
        if (!data) {
-               dev_err(&pdev->dev, "failed to allocate memory\n");
                ret = -ENOMEM;
                goto end;
        }