]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
crypto: img-hash - log a successful probe
authorJames Hartley <james.hartley@imgtec.com>
Fri, 5 Aug 2016 13:00:19 +0000 (14:00 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 9 Aug 2016 10:47:22 +0000 (18:47 +0800)
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>
drivers/crypto/img-hash.c

index fd4cd5120f9e7cdaa6ed09254f40c6a2b57fa217..60410d79bbc574912742acdc20b4c213412e964a 100644 (file)
@@ -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;