Unverified Commit e66f3853 authored by Tang Bin's avatar Tang Bin Committed by Mark Brown
Browse files

ASoC: mxs-saif: Avoid unnecessary check



The function mxs_saif_probe() is only called with an
openfirmware platform device. Therefore there is no
need to check that it has an openfirmware node.

Signed-off-by: default avatarShengju Zhang <zhangshengju@cmss.chinamobile.com>
Signed-off-by: default avatarTang Bin <tangbin@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20200420142509.9728-1-tangbin@cmss.chinamobile.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent b1ca2f63
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -736,9 +736,6 @@ static int mxs_saif_probe(struct platform_device *pdev)
	int irq, ret = 0;
	struct device_node *master;

	if (!np)
		return -EINVAL;

	saif = devm_kzalloc(&pdev->dev, sizeof(*saif), GFP_KERNEL);
	if (!saif)
		return -ENOMEM;