On Wed, Apr 27, 2016 at 06:11:03PM -0700, tom.orourke@xxxxxxxxx wrote: > +static ssize_t slpc_balancer_write(struct file *file, const char __user *ubuf, > + size_t len, loff_t *offp) > +{ > + struct seq_file *m = file->private_data; > + int ret = 0; > + > + ret = slpc_param_write(m, ubuf, len, SLPC_PARAM_TASK_ENABLE_BALANCER, > + SLPC_PARAM_TASK_DISABLE_BALANCER); > + if (ret) > + return (size_t) ret; (ssize_t)(size_t)(int) Spot the problem? return slpc_param_write(file->private_data, ubuf, len, SLPC_PARAM_TASK_ENABLE_BALANCER, SLPC_PARAM_TASK_DISABLE_BALANCER); -Chris -- Chris Wilson, Intel Open Source Technology Centre _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx