commit | 3e73fc9a12679a546284d597c1f19165792d0b83 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Thu Dec 18 08:23:33 2008 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 18 22:50:55 2008 -0800 |
tree | e8feae86c1f4d5a096a1f4f971abe1dbe78072e3 | |
parent | ba574696a34eb518979e742b35ccd30dec284583 [diff] |
ucc_geth: Fix IO memory (un)mapping code The driver doesn't check ioremap() return value, and doesn't free the remapped memory. This patch fixes it. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: David S. Miller <davem@davemloft.net>