Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: James Hartley <james.hartley@imgtec.com>
Reviewed-by: Will Thomas <will.thomas@imgtec.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

James Hartley and committed by
Herbert Xu
fb67740e 436e3bb5

+1 -1
+1 -1
drivers/crypto/img-hash.c
··· 1031 1031 err = img_register_algs(hdev); 1032 1032 if (err) 1033 1033 goto err_algs; 1034 - dev_dbg(dev, "Img MD5/SHA1/SHA224/SHA256 Hardware accelerator initialized\n"); 1034 + dev_info(dev, "Img MD5/SHA1/SHA224/SHA256 Hardware accelerator initialized\n"); 1035 1035 1036 1036 return 0; 1037 1037