Loading drivers/crypto/msm/ice.c +2 −1 Original line number Diff line number Diff line Loading @@ -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; } } Loading Loading
drivers/crypto/msm/ice.c +2 −1 Original line number Diff line number Diff line Loading @@ -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; } } Loading