[patch] drm/virtio: remove some dead code

2015-06-11 Thread Gerd Hoffmann
On Mi, 2015-06-10 at 22:27 +0300, Dan Carpenter wrote: > The goto is correct, and we never reach the return statement so just > delete the dead code. > > Signed-off-by: Dan Carpenter Reviewed-by: Gerd Hoffmann

[patch] drm/virtio: remove some dead code

2015-06-10 Thread Dan Carpenter
The goto is correct, and we never reach the return statement so just delete the dead code. Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/virtio/virtgpu_ttm.c b/drivers/gpu/drm/virtio/virtgpu_ttm.c index e0e74c6..b092d7b 100644 --- a/drivers/gpu/drm/virtio/virtgpu_ttm.c +++ b/drivers