summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-04-05 12:17:08 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-04-05 12:17:08 -0700
commitbfdd19a48ef6c13fdc5c3492b33952d6eb32d637 (patch)
tree5f8e4d9be2def0546c2f594b4858db1ef0c65924
parent9e160e7f8b841bc8b1d9a2854e5662fde069e49d (diff)
parentadc03ee05b330e0e78b7770232105562ea247a34 (diff)
Merge "crypto: msm: Use appropriate logging function"
-rw-r--r--drivers/crypto/msm/ice.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/crypto/msm/ice.c b/drivers/crypto/msm/ice.c
index ab21334d5813..4002a5b57250 100644
--- a/drivers/crypto/msm/ice.c
+++ b/drivers/crypto/msm/ice.c
@@ -1608,7 +1608,8 @@ static struct ice_device *get_ice_device_from_storage_type
list_for_each_entry(ice_dev, &ice_devices, list) {
if (!strcmp(ice_dev->ice_instance_type, storage_type)) {
- pr_info("%s: found ice device %p\n", __func__, ice_dev);
+ pr_debug("%s: found ice device %pK\n",
+ __func__, ice_dev);
break;
}
}