Commit 99cd91d7 authored by Chris Wilson's avatar Chris Wilson Committed by David S. Miller

[SPARC]: Add missing iounmap to display7seg driver.

parent 3bc50a7e
...@@ -197,6 +197,7 @@ static int __init d7s_init(void) ...@@ -197,6 +197,7 @@ static int __init d7s_init(void)
if (0 != iTmp) { if (0 != iTmp) {
printk("%s: unable to acquire miscdevice minor %i\n", printk("%s: unable to acquire miscdevice minor %i\n",
D7S_DEVNAME, D7S_MINOR); D7S_DEVNAME, D7S_MINOR);
iounmap(d7s_regs);
return iTmp; return iTmp;
} }
......
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