diff options
-rw-r--r-- | drivers/crypto/ux500/cryp/cryp_core.c | 2 | ||||
-rw-r--r-- | drivers/crypto/ux500/hash/hash_core.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/drivers/crypto/ux500/cryp/cryp_core.c b/drivers/crypto/ux500/cryp/cryp_core.c index d9c863d5ba7d..4f8b11af29a6 100644 --- a/drivers/crypto/ux500/cryp/cryp_core.c +++ b/drivers/crypto/ux500/cryp/cryp_core.c | |||
@@ -1541,6 +1541,8 @@ static int ux500_cryp_probe(struct platform_device *pdev) | |||
1541 | goto out_power; | 1541 | goto out_power; |
1542 | } | 1542 | } |
1543 | 1543 | ||
1544 | dev_info(dev, "successfully registered\n"); | ||
1545 | |||
1544 | return 0; | 1546 | return 0; |
1545 | 1547 | ||
1546 | out_power: | 1548 | out_power: |
diff --git a/drivers/crypto/ux500/hash/hash_core.c b/drivers/crypto/ux500/hash/hash_core.c index 62695764de1c..9ca6fbb5e30d 100644 --- a/drivers/crypto/ux500/hash/hash_core.c +++ b/drivers/crypto/ux500/hash/hash_core.c | |||
@@ -1772,7 +1772,7 @@ static int ux500_hash_probe(struct platform_device *pdev) | |||
1772 | goto out_power; | 1772 | goto out_power; |
1773 | } | 1773 | } |
1774 | 1774 | ||
1775 | dev_info(dev, "[%s] successfully probed\n", __func__); | 1775 | dev_info(dev, "successfully registered\n"); |
1776 | return 0; | 1776 | return 0; |
1777 | 1777 | ||
1778 | out_power: | 1778 | out_power: |