From: Eric Sesterhenn Date: Fri, 20 Jan 2006 20:30:01 +0000 (+0300) Subject: [PATCH] bonding: fix ->get_settings error checking X-Git-Tag: v2.6.16-rc2~250^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a986ce45d45b099ddf676c340267765e76db91e;p=pandora-kernel.git [PATCH] bonding: fix ->get_settings error checking Since get_settings() returns a signed int and it gets checked for < 0 to catch an error, res should be a signed int too. Signed-off-by: Eric Sesterhenn Signed-off-by: Alexey Dobriyan Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed