~ubuntu-branches/ubuntu/natty/fwts/natty

« back to all changes in this revision

Viewing changes to src/acpi/s4/s4.c

  • Committer: Bazaar Package Importer
  • Author(s): Colin King
  • Date: 2011-03-24 09:47:23 UTC
  • Revision ID: james.westby@ubuntu.com-20110324094723-pchkeu01gbt2v1mg
Tags: 0.22.10
disable debug when hitting AML_BREAK_POINT opcodes (LP: #741555)

Show diffs side-by-side

added added

removed removed

Lines of Context:
229
229
                (*pm_errors)++;
230
230
        }
231
231
        
232
 
        if (fwts_klog_regex_find(fw, klog, "Restarting tasks.*done") < 1) {
233
 
                fwts_failed_high(fw, "Failed to restart tasks.");
234
 
                fwts_tag_failed(fw, FWTS_TAG_POWER_MANAGEMENT);
235
 
                (*pm_errors)++;
236
 
        }
237
 
 
238
232
        fwts_klog_free(klog);
239
233
 
240
234
        return FWTS_OK;