diff options
author | Marcos Paulo de Souza <[email protected]> | 2012-02-04 22:26:13 +0100 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2012-02-09 23:55:43 +0100 |
commit | 8916e3702ec422b57cc549fbae3986106292100f (patch) | |
tree | 476b8f1079e607518d8be5333abfd58ef53d792f /lib/memory-notifier-error-inject.c | |
parent | 3ed3c7b559f3cae7a5a92860a127ceb0cafd5a9c (diff) |
PM / Suspend: Avoid code duplication in suspend statistics update
The code
if (error) {
suspend_stats.fail++;
dpm_save_failed_errno(error);
} else
suspend_stats.success++;
Appears in the kernel/power/main.c and kernel/power/suspend.c.
This patch just creates a new function to avoid duplicated code.
Suggested-by: Srivatsa S. Bhat <[email protected]>
Signed-off-by: Marcos Paulo de Souza <[email protected]>
Acked-by: Srivatsa S. Bhat <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions