updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / uswsusp-fbsplash / fbsplash-no-pre-snapshoot-progress.patch
blob35eda3e2707865a91f4f0aa7c0ef84a6454949c9
1 diff -ru src.orig/suspend-utils-1.0/suspend.c src//suspend-utils-1.0/suspend.c
2 --- src.orig/suspend-utils-1.0/suspend.c 2011-03-07 00:24:15.000000000 +0100
3 +++ src//suspend-utils-1.0/suspend.c 2011-03-09 18:20:28.935624105 +0100
4 @@ -1708,7 +1708,7 @@
5 * drop to 'verbose mode' after the freeze() call.
6 */
7 splash.switch_to();
8 - splash.progress(15);
9 + // splash.progress(15);
11 if (error) {
12 suspend_error("Freeze failed.");
13 @@ -2499,7 +2499,7 @@
14 goto Restore_console;
17 - splash.progress(5);
18 + // splash.progress(5);
20 #ifdef CONFIG_BOTH
21 /* If s2ram_hacks returns != 0, better not try to suspend to RAM */
22 @@ -2521,7 +2521,7 @@
24 sync();
26 - splash.progress(10);
27 + // splash.progress(10);
29 rlim.rlim_cur = 0;
30 rlim.rlim_max = 0;