Loading kernel/pm_qos_params.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -394,7 +394,7 @@ static ssize_t pm_qos_power_write(struct file *filp, const char __user *buf, } else } else return -EINVAL; return -EINVAL; pm_qos_req = (struct pm_qos_request_list *)filp->private_data; pm_qos_req = filp->private_data; pm_qos_update_request(pm_qos_req, value); pm_qos_update_request(pm_qos_req, value); return count; return count; Loading Loading
kernel/pm_qos_params.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -394,7 +394,7 @@ static ssize_t pm_qos_power_write(struct file *filp, const char __user *buf, } else } else return -EINVAL; return -EINVAL; pm_qos_req = (struct pm_qos_request_list *)filp->private_data; pm_qos_req = filp->private_data; pm_qos_update_request(pm_qos_req, value); pm_qos_update_request(pm_qos_req, value); return count; return count; Loading