remove invalid break in r13611

This commit is contained in:
Mitchell Livingston 2012-11-04 19:29:53 +00:00
parent 1e34d5a78b
commit 16c3540792
1 changed files with 0 additions and 1 deletions

View File

@ -4479,7 +4479,6 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
if (anyActive)
{
sleep(15);
break;
}
IOAllowPowerChange(fRootPort, (long) messageArgument);