Skip to content
Commit a5536e10 authored by Dan Carpenter's avatar Dan Carpenter Committed by David S. Miller
Browse files

dm9000: NULL dereferences on error in probe()



The dm9000_release_board() function is called with NULL ->data_req and
->addr_req pointers if dm9000_probe() fails.

Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 188b1210
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment