From: Jay Vosburgh Date: Sat, 22 Mar 2008 05:29:34 +0000 (-0700) Subject: bonding: fix two compiler warnings X-Git-Tag: v2.6.25-rc8~77^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=966bc6f434df4a02108d01dda8cd52951fe853da;p=pandora-kernel.git bonding: fix two compiler warnings Fix two compiler warnings that are new with recent versions of gcc (apparently 4.2 and up). One is fixed by refactoring; this change was supplied by Stephen Hemminger. The other was fixed by labelling the variable as uninitialized_var() after confirming via inspection that it cannot actually be used uninitialized. Signed-off-by: Jay Vosburgh Signed-off-by: Stephen Hemminger Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed