]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net/dccp: expansion of error code size
authorYoichi Yuasa <yuasa@linux-mips.org>
Tue, 25 May 2010 01:37:02 +0000 (18:37 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 2 Aug 2010 17:29:17 +0000 (10:29 -0700)
commit894d3cf54d2f7534f024784e8558d0bb2900dcb7
tree1ce08e1eb90741a45b9090c14694acd5111e4bbe
parent355580038fc997025d8ec6823fb9898b48edff69
net/dccp: expansion of error code size

[ Upstream commit d9b52dc6fd1fbb2bad645cbc86a60f984c1cb179 ]

Because MIPS's EDQUOT value is 1133(0x46d).
It's larger than u8.

Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/dccp/input.c