Loading drivers/gpu/msm/kgsl_pwrctrl.c +1 −1 Original line number Diff line number Diff line Loading @@ -275,7 +275,7 @@ static ssize_t kgsl_pwrctrl_min_pwrlevel_store(struct device *dev, pwr = &device->pwrctrl; ret = kgsl_sysfs_store(buf, &level); if (ret != count) if (ret) return ret; mutex_lock(&device->mutex); Loading Loading
drivers/gpu/msm/kgsl_pwrctrl.c +1 −1 Original line number Diff line number Diff line Loading @@ -275,7 +275,7 @@ static ssize_t kgsl_pwrctrl_min_pwrlevel_store(struct device *dev, pwr = &device->pwrctrl; ret = kgsl_sysfs_store(buf, &level); if (ret != count) if (ret) return ret; mutex_lock(&device->mutex); Loading