Loading drivers/crypto/msm/ice.c +3 −0 Original line number Diff line number Diff line Loading @@ -1651,6 +1651,9 @@ int qcom_ice_setup_ice_hw(const char *storage_type, int enable) struct ice_device *ice_dev = NULL; ice_dev = get_ice_device_from_storage_type(storage_type); if (ice_dev == ERR_PTR(-EPROBE_DEFER)) return -EPROBE_DEFER; if (!ice_dev) return ret; Loading Loading
drivers/crypto/msm/ice.c +3 −0 Original line number Diff line number Diff line Loading @@ -1651,6 +1651,9 @@ int qcom_ice_setup_ice_hw(const char *storage_type, int enable) struct ice_device *ice_dev = NULL; ice_dev = get_ice_device_from_storage_type(storage_type); if (ice_dev == ERR_PTR(-EPROBE_DEFER)) return -EPROBE_DEFER; if (!ice_dev) return ret; Loading