Hi! > > > +static int __init acpi_s4_nosigcheck(char *str) > > > +{ > > > + nosigcheck = true; > > > + return 1; > > > +} > > > +__setup("acpi_s4_nosigcheck", acpi_s4_nosigcheck); > > > + > > > > Needs a patch to Documentation/ , too. > > Yes, thanks. > > > > + /* Check the hardware signature */ > > > + if (facs && s4_hardware_signature != facs->hardware_signature) > > > > do you need && !nosigcheck here ? > > No, facs is NULL if !nosigcheck. Aha, ook. You can add my ACK when you add the Documentation/. Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html _______________________________________________ linux-pm mailing list linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/linux-pm