提交 6998d6ba 编写于 作者: J J. German Rivera 提交者: Greg Kroah-Hartman

staging: fsl-mc: Changed dev_info() calls to dev_dbg()

Changed dev_info() calls to dev_dbg() in
fsl_mc_allocator_probe/fsl_mc_allocator_remove, as they
are useful only for debugging.
Signed-off-by: NJ. German Rivera <German.Rivera@freescale.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 d2f84991
...@@ -492,7 +492,7 @@ static int fsl_mc_allocator_probe(struct fsl_mc_device *mc_dev) ...@@ -492,7 +492,7 @@ static int fsl_mc_allocator_probe(struct fsl_mc_device *mc_dev)
if (error < 0) if (error < 0)
goto error; goto error;
dev_info(&mc_dev->dev, dev_dbg(&mc_dev->dev,
"Allocatable MC object device bound to fsl_mc_allocator driver"); "Allocatable MC object device bound to fsl_mc_allocator driver");
return 0; return 0;
error: error:
...@@ -515,7 +515,7 @@ static int fsl_mc_allocator_remove(struct fsl_mc_device *mc_dev) ...@@ -515,7 +515,7 @@ static int fsl_mc_allocator_remove(struct fsl_mc_device *mc_dev)
if (error < 0) if (error < 0)
goto out; goto out;
dev_info(&mc_dev->dev, dev_dbg(&mc_dev->dev,
"Allocatable MC object device unbound from fsl_mc_allocator driver"); "Allocatable MC object device unbound from fsl_mc_allocator driver");
error = 0; error = 0;
out: out:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册