From 3ca6bc1ea31ede4c34b48424d72f5d11b570e59d Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sun, 5 Jun 2011 00:54:03 +0000 Subject: [PATCH] --- yaml --- r: 253380 b: refs/heads/master c: b8f07a063163f8216cd891c5b007e839a56b6d93 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/l2tp/l2tp_debugfs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e3bba516067b..5dfadb296345 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c316e6a3084cef1a5857cd66bb5429c969f06c93 +refs/heads/master: b8f07a063163f8216cd891c5b007e839a56b6d93 diff --git a/trunk/net/l2tp/l2tp_debugfs.c b/trunk/net/l2tp/l2tp_debugfs.c index b8dbae82fab8..76130134bfa6 100644 --- a/trunk/net/l2tp/l2tp_debugfs.c +++ b/trunk/net/l2tp/l2tp_debugfs.c @@ -258,7 +258,7 @@ static int l2tp_dfs_seq_open(struct inode *inode, struct file *file) */ pd->net = get_net_ns_by_pid(current->pid); if (IS_ERR(pd->net)) { - rc = -PTR_ERR(pd->net); + rc = PTR_ERR(pd->net); goto err_free_pd; }