aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/9p/trans_fd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/9p/trans_fd.c b/net/9p/trans_fd.c
index 80d08f6664cb..c73b894846c1 100644
--- a/net/9p/trans_fd.c
+++ b/net/9p/trans_fd.c
@@ -1013,7 +1013,6 @@ p9_fd_create(struct p9_client *client, const char *addr, char *args)
1013{ 1013{
1014 int err; 1014 int err;
1015 struct p9_fd_opts opts; 1015 struct p9_fd_opts opts;
1016 struct p9_trans_fd *p;
1017 1016
1018 parse_opts(args, &opts); 1017 parse_opts(args, &opts);
1019 1018
@@ -1026,7 +1025,6 @@ p9_fd_create(struct p9_client *client, const char *addr, char *args)
1026 if (err < 0) 1025 if (err < 0)
1027 return err; 1026 return err;
1028 1027
1029 p = (struct p9_trans_fd *) client->trans;
1030 p9_conn_create(client); 1028 p9_conn_create(client);
1031 1029
1032 return 0; 1030 return 0;