aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/9p/client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/9p/client.c b/net/9p/client.c
index 0004cbaac4a4..e86a9bea1d16 100644
--- a/net/9p/client.c
+++ b/net/9p/client.c
@@ -959,7 +959,6 @@ static int p9_client_version(struct p9_client *c)
959 break; 959 break;
960 default: 960 default:
961 return -EINVAL; 961 return -EINVAL;
962 break;
963 } 962 }
964 963
965 if (IS_ERR(req)) 964 if (IS_ERR(req))