lkml.org 
[lkml]   [2014]   [Jul]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 03/16] 9P: remove unnecessary break after return
Date
Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
net/9p/client.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/net/9p/client.c b/net/9p/client.c
index 0004cba..e86a9be 100644
--- a/net/9p/client.c
+++ b/net/9p/client.c
@@ -959,7 +959,6 @@ static int p9_client_version(struct p9_client *c)
break;
default:
return -EINVAL;
- break;
}

if (IS_ERR(req))
--
1.8.4.5


\
 
 \ /
  Last update: 2014-07-14 20:21    [W:0.128 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site