commit | 18d777a5bcf31491021f527d32b72dd16f911fe0 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Apr 13 03:07:17 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 13 03:07:17 2010 -0700 |
tree | 128f7d733523ab54b1cd158e9276f428964da31b | |
parent | 6f59d6604d9361ef53a7721fb8aa1687ad6f8448 [diff] |
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 <davem@davemloft.net>