Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32101d00 authored by Fabio Estevam's avatar Fabio Estevam Committed by Mark Brown
Browse files

ASoC: fsl_asrc: Remove unneeded driver registration message



There is no need to announce that the driver has been successfully
probed, so remove the unneeded message.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent c0296950
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -933,8 +933,6 @@ static int fsl_asrc_probe(struct platform_device *pdev)
		return ret;
		return ret;
	}
	}


	dev_info(&pdev->dev, "driver registered\n");

	return 0;
	return 0;
}
}