338978c20768c388f2ce9a07699 parent 039055b965b9cfbeacb8cdcd1ef57e18b6374e58 author Dan Carpenter 1328657016 +0000 committer David S. Miller 1328749075 -0500 netxen_nic: signedness bug in netxen_md_entry_err_chk() "esize" should be signed because it can be negative here. For example, when we call it in netxen_parse_md_template(), it could be -1 from the return value of netxen_md_L2Cache(). Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller P񽊓/x