commit | 4fa97dcf9d48b02934c60a48873199850351e760 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Jun 29 15:13:40 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Jun 29 16:37:44 2006 -0700 |
tree | eac7bda737afe4d723b12d8ae67dfe35d14098a7 | |
parent | 3676463178401293d625a102a00da0473fa33a1b [diff] |
[SERIAL] sunzilog: Fix bugs in device deregristration. 1) Need to unregister 2 ports per of_device. 2) Need to of_iounmap() 1 mapping per of_device. 3) Need to free up the IRQ only after all devices have been unregistered. Signed-off-by: David S. Miller <davem@davemloft.net>