Re: [Intel-gfx] [PATCH] drm/i915/guc: remove unneeded goto from selftest

2018-10-19 Thread Lucas De Marchi
On Fri, Oct 19, 2018 at 02:16:57PM -0700, Daniele Ceraolo Spurio wrote: > commit e346a991f42c ("drm/i915/guc: drop negative doorbell alloc > selftest") removed the negative case from the selftest and left no > code between the goto from the positive case of the test and the label > itself, so we

[Intel-gfx] [PATCH] drm/i915/guc: remove unneeded goto from selftest

2018-10-19 Thread Daniele Ceraolo Spurio
commit e346a991f42c ("drm/i915/guc: drop negative doorbell alloc selftest") removed the negative case from the selftest and left no code between the goto from the positive case of the test and the label itself, so we can get rid of it. Reported-by: Lucas De Marchi Cc: Lucas De Marchi Cc: Michal