Commit a3eba7f0 authored by François Romieu's avatar François Romieu Committed by Paul Mackerras

[PATCH] (1/4) sdla - move out of Space.c

Apply on top of 2.6.0-test5-bk1 + Stephen sdla patches. Compiles fine.


free_netdev() patrol.


 drivers/net/wan/sdla.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
parent d5243ca2
......@@ -1669,7 +1669,7 @@ static int __init init_sdla(void)
err = register_netdev(sdla);
if (err)
kfree(sdla);
free_netdev(sdla);
return err;
}
......
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