Commit 75b0d753 authored by Jeff Garzik's avatar Jeff Garzik

[netdrvr arlan] fix the fixed fix. really.

struct arlan_private clearly needs to be a pointer.
parent a30a14ca
......@@ -2045,7 +2045,7 @@ int init_module(void)
void cleanup_module(void)
{
int i = 0;
struct arlan_private ap;
struct arlan_private *ap;
ARLAN_DEBUG_ENTRY("cleanup_module");
......
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