Commit cf725b75 authored by Alexander Viro's avatar Alexander Viro Committed by Stephen Hemminger

[netdrvr stnic] fix typo from last stnic cset

parent 55150d39
......@@ -112,7 +112,7 @@ static int __init stnic_probe(void)
if (!dev)
return -ENOMEM;
SET_MODULE_OWNER(dev);
dev->probe = NULL;
dev->priv = NULL;
/* Allocate dev->priv and fill in 8390 specific dev fields. */
if (ethdev_init (dev))
......
Markdown is supported
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