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

[wan sealevel] Plugged a leak

parent be541072
...@@ -420,6 +420,7 @@ static void __exit slvl_shutdown(struct slvl_board *b) ...@@ -420,6 +420,7 @@ static void __exit slvl_shutdown(struct slvl_board *b)
/* DMA off on the card, drop DTR */ /* DMA off on the card, drop DTR */
outb(0, b->iobase); outb(0, b->iobase);
release_region(b->iobase, 8); release_region(b->iobase, 8);
kfree(b);
} }
......
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