commit | fca540ab5f4718c6133f71f7be1793066008bf89 | [log] [tgz] |
---|---|---|
author | Stefan Weil <weil@mail.berlios.de> | Mon Jan 31 20:56:54 2011 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 31 20:56:54 2011 -0800 |
tree | 4993fcd3b9011a9d2a5f57bd85180baef7e9060f | |
parent | bf36076a67db6d7423d09d861a072337866f0dd9 [diff] |
enc28j60: Fix reading of transmit status vector This error was reported by cppcheck: drivers/net/enc28j60.c:815: error: Using sizeof for array given as function argument returns the size of pointer. The original code reads 4 or 8 bytes instead of TSV_SIZE (= 100) bytes. I just fixed the code, but did not run any tests. Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: David S. Miller <davem@davemloft.net>