Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit adc03ee0 authored by Neeraj Soni's avatar Neeraj Soni
Browse files

crypto: msm: Use appropriate logging function



Dynamic debug can be used to get the logs

Change-Id: I6510da111019022149190fd753a5da1cc816fffa
Signed-off-by: default avatarNeeraj Soni <neersoni@codeaurora.org>
parent 541fe938
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
		}
	}