* Arto Merilainen wrote: [...]
diff --git a/drivers/gpu/host1x/job.c b/drivers/gpu/host1x/job.c
[...]
@@ -553,7 +549,6 @@ int host1x_job_pin(struct host1x_job *job, struct device *dev)
if (!err) err = do_waitchks(job, host, g->bo);
- if (err) break; }
This is another unnecessary whitespace change, but since it was the only issue I saw with the series I fixed it up myself while applying.
Thierry