提交 fb67740e 编写于 作者: J James Hartley 提交者: Herbert Xu

crypto: img-hash - log a successful probe

Currently the probe function only emits an output on success
when debug is specifically enabled. It would be more useful
if this happens by default.
Signed-off-by: NJames Hartley <james.hartley@imgtec.com>
Reviewed-by: NWill Thomas <will.thomas@imgtec.com>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 436e3bb5
......@@ -1031,7 +1031,7 @@ static int img_hash_probe(struct platform_device *pdev)
err = img_register_algs(hdev);
if (err)
goto err_algs;
dev_dbg(dev, "Img MD5/SHA1/SHA224/SHA256 Hardware accelerator initialized\n");
dev_info(dev, "Img MD5/SHA1/SHA224/SHA256 Hardware accelerator initialized\n");
return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册