25 Feb
2017
25 Feb
'17
11:16 a.m.
Signed-off-by: Cristian Done done.cristian@gmail.com --- sound/soc/sh/fsi.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c index ead520182e26..6793dc359114 100644 --- a/sound/soc/sh/fsi.c +++ b/sound/soc/sh/fsi.c @@ -1964,7 +1964,6 @@ static int fsi_probe(struct platform_device *pdev)
master = devm_kzalloc(&pdev->dev, sizeof(*master), GFP_KERNEL); if (!master) { - dev_err(&pdev->dev, "Could not allocate master\n"); return -ENOMEM; }
--
2.11.0