commit | 4f744affc345f8b158615e0cdd01d1f4985837c3 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Jan 18 21:30:29 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Jan 18 21:30:29 2010 +0900 |
tree | eab721c5f19274e986fce7be609890159ffe63b9 | |
parent | 0b59e38ffaf7b201ff6afe5b736365d16848c7e3 [diff] |
sh: Make iounmap_fixed() return success/failure for iounmap() path. This converts iounmap_fixed() to return success/error if it handled the unmap request or not. At the same time, drop the __init label, as this can be called in to later. Signed-off-by: Paul Mundt <lethal@linux-sh.org>