Hi!
> 
> This patch adds --splash argument to s2both, s2disk, resume.
> It is required especially for resume when you want to disable splash in 
> initramfs
> as result of kernel parameter, even if it usually turned on on suspend.conf 
> you
> wish to turn it off.

Patch looks pretty much ok.

> --- suspend.org/resume.c      2007-05-13 20:53:13.000000000 +0300
> +++ suspend.sp1/resume.c      2007-08-05 00:10:49.000000000 +0300
> @@ -53,7 +53,7 @@ static char decrypt;
>  #else
>  #define decrypt 0
>  #endif
> -static char splash_param;
> +static char splash_param = 0;
>  static int use_platform_suspend;

But please do not add unneeded initializers.
                                                                Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) 
http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Suspend-devel mailing list
Suspend-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/suspend-devel

Reply via email to