From: stephen hemminger Date: Mon, 25 Jan 2010 23:34:15 +0000 (+0000) Subject: bonding: bond_open error return value X-Git-Tag: v2.6.33-rc7~20^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b473946a0853860e13b51c28add5524741117786;p=pandora-kernel.git bonding: bond_open error return value The convention for API functions in kernel is to return errno value; bond_open would return -1 if alb setup failed. The only reason that could happen is if kmalloc() failed. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed