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

Commit bfdd19a4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "crypto: msm: Use appropriate logging function"

parents 9e160e7f adc03ee0
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;
		}
	}