diff options
Diffstat (limited to 'arch/powerpc/kernel/rtas.c')
-rw-r--r-- | arch/powerpc/kernel/rtas.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/rtas.c b/arch/powerpc/kernel/rtas.c index fbc676160adf..64d95eb6ffff 100644 --- a/arch/powerpc/kernel/rtas.c +++ b/arch/powerpc/kernel/rtas.c | |||
@@ -994,8 +994,7 @@ int rtas_ibm_suspend_me(u64 handle) | |||
994 | /* Call function on all CPUs. One of us will make the | 994 | /* Call function on all CPUs. One of us will make the |
995 | * rtas call | 995 | * rtas call |
996 | */ | 996 | */ |
997 | if (on_each_cpu(rtas_percpu_suspend_me, &data, 0)) | 997 | on_each_cpu(rtas_percpu_suspend_me, &data, 0); |
998 | atomic_set(&data.error, -EINVAL); | ||
999 | 998 | ||
1000 | wait_for_completion(&done); | 999 | wait_for_completion(&done); |
1001 | 1000 | ||