From: SF Markus Elfring <hidden> Date: 2014-11-23 16:40:44
From: Markus Elfring <redacted>
Date: Sun, 23 Nov 2014 17:33:08 +0100
The backlight_device_unregister() 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 Elfring <redacted>
---
drivers/video/backlight/lp8788_bl.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
From: Lee Jones <hidden> Date: 2014-11-24 10:09:33
On Sun, 23 Nov 2014, SF Markus Elfring wrote:
From: Markus Elfring <redacted>
Date: Sun, 23 Nov 2014 17:33:08 +0100
What format is this?
Can you use `git format-patch` and `git send-email` instead please?
quoted hunk
The backlight_device_unregister() 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 Elfring <redacted>
---
drivers/video/backlight/lp8788_bl.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
From: Lee Jones <hidden> Date: 2014-11-24 10:10:15
On Sun, 23 Nov 2014, SF Markus Elfring wrote:
From: Markus Elfring <redacted>
Date: Sun, 23 Nov 2014 17:33:08 +0100
The backlight_device_unregister() function tests whether its argument is NULL
and then returns immediately. Thus the test around the call is not needed.
Also the $SUBJECT should be less than 75 chars.
quoted hunk
This issue was detected by using the Coccinelle software.
Signed-off-by: Markus Elfring <redacted>
---
drivers/video/backlight/lp8788_bl.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
From: SF Markus Elfring <hidden> Date: 2014-11-24 18:05:48
From: Markus Elfring <redacted>
The backlight_device_unregister() 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 Elfring <redacted>
---
drivers/video/backlight/lp8788_bl.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
From: SF Markus Elfring <hidden> Date: 2015-06-28 12:07:54
quoted hunk
From: Markus Elfring <redacted>
The backlight_device_unregister() 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 Elfring <redacted>
---
drivers/video/backlight/lp8788_bl.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
From: Lee Jones <hidden> Date: 2015-07-01 08:06:31
On Sun, 28 Jun 2015, SF Markus Elfring wrote:
quoted
From: Markus Elfring <redacted>
The backlight_device_unregister() 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 Elfring <redacted>
---
drivers/video/backlight/lp8788_bl.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Would you like to integrate this update suggestion
into another source code repository?
If this patch has not received any attention in some time, it's
possible that it may have slipped through the gaps. Please
re-submit the set.
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
From: SF Markus Elfring <hidden> Date: 2015-07-01 10:30:47
From: Markus Elfring <redacted>
Date: Wed, 1 Jul 2015 12:08:31 +0200
The backlight_device_unregister() 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 Elfring <redacted>
---
drivers/video/backlight/lp8788_bl.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
From: Jingoo Han <jingoohan1@gmail.com> Date: 2015-07-02 04:44:30
On 2015. 7. 1., at PM 7:30, SF Markus Elfring [off-list ref] wrote:
From: Markus Elfring <redacted>
Date: Wed, 1 Jul 2015 12:08:31 +0200
The backlight_device_unregister() 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 Elfring <redacted>
It looks good.
Acked-by: Jingoo Han <jingoohan1@gmail.com>
From: Lee Jones <hidden> Date: 2015-07-07 07:13:13
On Wed, 01 Jul 2015, SF Markus Elfring wrote:
From: Markus Elfring <redacted>
Date: Wed, 1 Jul 2015 12:08:31 +0200
The backlight_device_unregister() 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 Elfring <redacted>
---
drivers/video/backlight/lp8788_bl.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)