~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal

« back to all changes in this revision

Viewing changes to drivers/char/tpm/tpm_tis.c

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-04kado7d1u2er2rl
Tags: 3.2.0-16.25
Add new lowlatency kernel flavour

Show diffs side-by-side

added added

removed removed

Lines of Context:
432
432
out:
433
433
        itpm = rem_itpm;
434
434
        tpm_tis_ready(chip);
 
435
        /* some TPMs need a break here otherwise they will not work
 
436
         * correctly on the immediately subsequent command */
 
437
        msleep(chip->vendor.timeout_b);
435
438
        release_locality(chip, chip->vendor.locality, 0);
436
439
 
437
440
        return rc;