Re: [PATCH] hpet: Delete an unnecessary check before unregister_sysctl_table()

2015-11-06 Thread Clemens Ladisch
SF Markus Elfring wrote: > From: Markus Elfring > Date: Thu, 5 Nov 2015 21:32:42 +0100 > > The unregister_sysctl_table() 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

Re: [PATCH] hpet: Delete an unnecessary check before unregister_sysctl_table()

2015-11-06 Thread Clemens Ladisch
SF Markus Elfring wrote: > From: Markus Elfring > Date: Thu, 5 Nov 2015 21:32:42 +0100 > > The unregister_sysctl_table() function tests whether its argument is NULL > and then returns immediately. Thus the test around the call is not needed. > > This issue was

[PATCH] hpet: Delete an unnecessary check before unregister_sysctl_table()

2015-11-05 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 5 Nov 2015 21:32:42 +0100 The unregister_sysctl_table() 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

[PATCH] hpet: Delete an unnecessary check before unregister_sysctl_table()

2015-11-05 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 5 Nov 2015 21:32:42 +0100 The unregister_sysctl_table() 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.