commit | 5250c9694fa879532470d87ebf6a485be1124221 | [log] [tgz] |
---|---|---|
author | Richard Cochran <richardcochran@gmail.com> | Fri Nov 02 22:25:30 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Nov 03 15:37:36 2012 -0400 |
tree | 1c9bc1ab3735c8e322393112b9b89e764ab747cd | |
parent | a65dd5b236053fbafb1926b7694fcdb2482b2f73 [diff] |
cpsw: fix leaking IO mappings The CPSW driver remaps two different IO regions, but fails to unmap them both. This patch fixes the issue by calling iounmap in the appropriate places. Signed-off-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>