Re: [PATCH 2/5] net:atm:fix up ENOIOCTLCMD error handling

2012-08-31 Thread David Miller
From: Wanlong Gao Date: Mon, 27 Aug 2012 15:23:13 +0800 > At commit 07d106d0, Linus pointed out that ENOIOCTLCMD should be > translated as ENOTTY to user mode. > > Cc: "David S. Miller" > Cc: net...@vger.kernel.org > Signed-off-by: Wanlong Gao Applied to net-next, thanks. -- To unsubscribe fr

[PATCH 2/5] net:atm:fix up ENOIOCTLCMD error handling

2012-08-27 Thread Wanlong Gao
At commit 07d106d0, Linus pointed out that ENOIOCTLCMD should be translated as ENOTTY to user mode. Cc: "David S. Miller" Cc: net...@vger.kernel.org Signed-off-by: Wanlong Gao --- net/atm/resources.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/atm/resources.c b/net/a