projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c029695
)
ASoC: fsl_asrc: Remove unneeded driver registration message
author
Fabio Estevam
<fabio.estevam@nxp.com>
Fri, 19 Aug 2016 13:31:01 +0000
(10:31 -0300)
committer
Mark Brown
<broonie@kernel.org>
Fri, 19 Aug 2016 14:20:05 +0000
(15:20 +0100)
There is no need to announce that the driver has been successfully
probed, so remove the unneeded message.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_asrc.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/fsl/fsl_asrc.c
b/sound/soc/fsl/fsl_asrc.c
index 15f8ba5c5180c84f687e6bba833e3d448dd683b7..317e93aadfd2a5a3e97b6a9e381a07e59e00b13e 100644
(file)
--- a/
sound/soc/fsl/fsl_asrc.c
+++ b/
sound/soc/fsl/fsl_asrc.c
@@
-933,8
+933,6
@@
static int fsl_asrc_probe(struct platform_device *pdev)
return ret;
}
- dev_info(&pdev->dev, "driver registered\n");
-
return 0;
}