Re: [PATCH v2] netevent: remove automatic variable in register_netevent_notifier()
From: David Miller <davem@davemloft.net>
Date: 2015-05-31 07:07:43
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2015-05-31 07:07:43
Also in:
lkml
From: Wang Long <redacted> Date: Fri, 29 May 2015 01:02:08 +0000
Remove automatic variable 'err' in register_netevent_notifier() and return the result of atomic_notifier_chain_register() directly. Signed-off-by: Wang Long <redacted>
Applied, thank you.