aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p/trans_fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/9p/trans_fd.c')
-rw-r--r--net/9p/trans_fd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/9p/trans_fd.c b/net/9p/trans_fd.c
index 95c9b949d1a5..e147ec539585 100644
--- a/net/9p/trans_fd.c
+++ b/net/9p/trans_fd.c
@@ -672,7 +672,7 @@ static int p9_fd_cancel(struct p9_client *client, struct p9_req_t *req)
672 struct p9_trans_fd *ts = client->trans; 672 struct p9_trans_fd *ts = client->trans;
673 struct p9_conn *m = ts->conn; 673 struct p9_conn *m = ts->conn;
674 674
675 P9_DPRINTK(P9_DEBUG_MUX, "mux %p req %p tag %d\n", m, req, req->tag); 675 P9_DPRINTK(P9_DEBUG_MUX, "mux %p req %p\n", m, req);
676 676
677 spin_lock(&client->lock); 677 spin_lock(&client->lock);
678 list_del(&req->req_list); 678 list_del(&req->req_list);