[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1489499095.27633.5.camel@redhat.com>
Date: Tue, 14 Mar 2017 14:44:55 +0100
From: Gerd Hoffmann <kraxel@...hat.com>
To: kbuild test robot <fengguang.wu@...el.com>
Cc: kbuild-all@...org, Daniel Vetter <daniel.vetter@...ll.ch>,
David Airlie <airlied@...ux.ie>,
dri-devel@...ts.freedesktop.org,
virtualization@...ts.linux-foundation.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] drm: virtio: fix eno.cocci warnings
Hi,
> vbuf = kmem_cache_alloc(vgdev->vbufs, GFP_KERNEL);
> - if (IS_ERR(vbuf))
> + if (!vbuf)
> return ERR_CAST(vbuf);
Well, ERR_CAST(vbuf) isn't correct either ...
correct fix has been committed to drm-misc-next today and should show up
in linux-next shortly.
cheers,
Gerd
Powered by blists - more mailing lists