C_REENABLE
if (fbi->task_state == C_ENABLE && state == C_REENABLE)
state = C_REENABLE;
pxafb_schedule_work(fbi, C_REENABLE);
if (old_state == C_STARTUP && state == C_REENABLE)
case C_REENABLE:
if (fbi->task_state == C_ENABLE && state == C_REENABLE)
state = C_REENABLE;
sa1100fb_schedule_work(fbi, C_REENABLE);
if (old_state == C_STARTUP && state == C_REENABLE)
case C_REENABLE: