mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-08-04 23:09:06 +00:00
pxa_pm_prepare() tried to validate the suspend method type. As noted in previous commits:eb9289eb209c372d06cee8c9c50269the checking of the suspend type in the 'prepare' method is the wrong place to do this; use the 'valid' method instead. This means that pxa_pm_prepare() can be entirely removed. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>