commit | 997ff83b55c3f50cd5179b9d02d37429064b35eb | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Wed Sep 30 01:08:33 2015 +0200 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Wed Feb 17 17:53:01 2016 +0100 |
tree | 32554566a59b1cc213cec76e1a63be74aea18858 | |
parent | ea52bc6467bb523b093b785648ce2322efc75c8e [diff] |
ARM: at91: pm: simply call at91_pm_init at91_pm_init() doesn't return a value, as is the case for its callers, simply call it instead of returning its non-existent return value. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>