From: Julia Lawall Date: Fri, 7 Aug 2009 20:47:33 +0000 (+0000) Subject: drivers/net/tokenring: Use status field rather than state field X-Git-Tag: v2.6.32-rc1~703^2~434 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=582b95c2709cd58913ec2a31b0266ba0aa67b03d;p=pandora-kernel.git drivers/net/tokenring: Use status field rather than state field In general in this file, it is the status field, not the state field, that contains values like OPEN and CLOSED. Indeed, in the first error case, it is the field status that is initialized. I have thus assumed that all of the error handling code should be the same, and moved it to the end of the function to emphasize its commonality. Signed-off-by: Julia Lawall Signed-off-by: David S. Miller --- Reading git-diff-tree failed