[2/2] batman-adv: remove useless return at the of a void function

Message ID 1414924197-24141-2-git-send-email-antonio@meshcoding.com (mailing list archive)
State Accepted, archived
Commit d1e5e2353eaa8f81e7d5af85c73a7aa89c2b824e
Headers

Commit Message

Antonio Quartulli Nov. 2, 2014, 10:29 a.m. UTC
  Reported-by: checkpath
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
---
 debugfs.c | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Marek Lindner Dec. 29, 2014, 4:01 a.m. UTC | #1
On Sunday 02 November 2014 11:29:57 Antonio Quartulli wrote:
> Reported-by: checkpath
> Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
> ---
>  debugfs.c | 1 -
>  1 file changed, 1 deletion(-)

Applied in revision d1e5e23.

Thanks,
Marek
  

Patch

diff --git a/debugfs.c b/debugfs.c
index d9b9a8e..a497287 100644
--- a/debugfs.c
+++ b/debugfs.c
@@ -233,7 +233,6 @@  static int batadv_debug_log_setup(struct batadv_priv *bat_priv)
 
 static void batadv_debug_log_cleanup(struct batadv_priv *bat_priv)
 {
-	return;
 }
 #endif