On 05/29/2013 02:21 PM, Thierry Reding wrote:
PGP Signed by an unknown key
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.
Thanks! I thought I got them all before posting but apparently not...
- Arto