commit | f3f1546dbed9efe8ac04fe5069772834ae379e16 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Thu May 12 22:25:14 2005 -0400 |
committer | Jeff Garzik <jgarzik@pobox.com> | Thu May 12 22:25:14 2005 -0400 |
tree | f904e4447cd6715fa0fa106d0fdddca830f06e87 | |
parent | 725c0f922f04e5a3a7d2ba66dbc10b8e20000712 [diff] |
[PATCH] drivers/net/tulip/dmfe.c: remove a check after use This patch removes a NULL check that was useles because it happened after the first dereference of the variable. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>