#7292 BLOC Never A: Suspend failing with testing/master branch kernels.
Zarro Boogs per Child
bugtracker at laptop.org
Tue Jun 17 15:49:14 EDT 2008
#7292: Suspend failing with testing/master branch kernels.
----------------------+-----------------------------------------------------
Reporter: cjb | Owner: dilinger
Type: defect | Status: new
Priority: blocker | Milestone: Never Assigned
Component: kernel | Version: olpc-3
Resolution: | Keywords:
Verified: 0 | Blocking:
Blockedby: |
----------------------+-----------------------------------------------------
Comment(by cjb):
Looks like we're dropping out here:
{{{
olpc-pm.c:460:
ret = olpc_fixup_sleep();
if (!ret)
goto fail;
}}}
olpc_fixup_sleep()'s return value is set here:
{{{
return olpc_ec_cmd(0x32, NULL, 0, NULL, 0);
}}}
This is odd, though, because olpc_ec_cmd()'s error paths all appear to
have printk()s before bailing out.
--
Ticket URL: <http://dev.laptop.org/ticket/7292#comment:4>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system
More information about the Bugs
mailing list