[PATCH] GPU-DRM: Delete an unnecessary check before drm_property_unreference_blob()

2016-07-25 Thread Matthias Brugger
On 22/07/16 12:56, SF Markus Elfring wrote: > From: Markus Elfring > Date: Fri, 22 Jul 2016 12:48:12 +0200 > > The drm_property_unreference_blob() function tests whether its argument > is NULL and then returns immediately. > Thus the test around the call is not needed. > > This issue was detecte

[PATCH] GPU-DRM: Delete an unnecessary check before drm_property_unreference_blob()

2016-07-22 Thread SF Markus Elfring
From: Markus Elfring Date: Fri, 22 Jul 2016 12:48:12 +0200 The drm_property_unreference_blob() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus E

[PATCH] GPU-DRM: Delete an unnecessary check before drm_property_unreference_blob()

2015-07-06 Thread John Hunter
On Mon, Jul 6, 2015 at 4:00 AM, SF Markus Elfring < elfring at users.sourceforge.net> wrote: > From: Markus Elfring > Date: Sun, 5 Jul 2015 21:55:10 +0200 > > The drm_property_unreference_blob() function tests whether its argument > is NULL and then returns immediately. > Thus the test around the

[PATCH] GPU-DRM: Delete an unnecessary check before drm_property_unreference_blob()

2015-07-06 Thread Daniel Vetter
On Mon, Jul 06, 2015 at 10:01:52AM +0800, John Hunter wrote: > On Mon, Jul 6, 2015 at 4:00 AM, SF Markus Elfring < > elfring at users.sourceforge.net> wrote: > > > From: Markus Elfring > > Date: Sun, 5 Jul 2015 21:55:10 +0200 > > > > The drm_property_unreference_blob() function tests whether its

[PATCH] GPU-DRM: Delete an unnecessary check before drm_property_unreference_blob()

2015-07-05 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 5 Jul 2015 21:55:10 +0200 The drm_property_unreference_blob() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus El