Re: [PATCH 25/34] drm/i915/gvt: streamline intel_vgpu_create

From: Jason Gunthorpe
Date: Mon Apr 11 2022 - 14:38:02 EST


On Mon, Apr 11, 2022 at 04:13:54PM +0200, Christoph Hellwig wrote:
> Initialize variables at declaration time, avoid pointless gotos and
> cater for the fact that intel_gvt_create_vgpu can't return NULL.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> ---
> drivers/gpu/drm/i915/gvt/kvmgt.c | 28 +++++++++-------------------
> 1 file changed, 9 insertions(+), 19 deletions(-)

Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>

Jason