From: David S. Miller Date: Tue, 13 Apr 2010 10:07:17 +0000 (-0700) Subject: chelsio: Fix build warning. X-Git-Tag: v2.6.35-rc1~473^2~492 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18d777a5bcf31491021f527d32b72dd16f911fe0;p=pandora-kernel.git chelsio: Fix build warning. GCC warns that: drivers/net/chelsio/sge.c:463:11: warning: operation on 's->port' may be undefined Better to eliminate the side effects in the calculation and express what was intended here. Signed-off-by: David S. Miller --- Reading git-diff-tree failed