Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283233
b: refs/heads/master
c: 7f326ed
h: refs/heads/master
i:
  283231: a148569
v: v3
  • Loading branch information
Stefan Berger authored and Rajiv Andrade committed Nov 16, 2011
1 parent eacd669 commit a08158e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 68d6e6713fcb2ea6278661aaaf5f1c9c821b3751
refs/heads/master: 7f326ed7ff221a109bf89288bf6c8f0142e3e75c
6 changes: 5 additions & 1 deletion trunk/drivers/char/tpm/tpm_tis.c
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,11 @@ static int tpm_tis_init(struct device *dev, resource_size_t start,
dev_dbg(dev, "\tData Avail Int Support\n");

/* get the timeouts before testing for irqs */
tpm_get_timeouts(chip);
if (tpm_get_timeouts(chip)) {
dev_err(dev, "Could not get TPM timeouts and durations\n");
rc = -ENODEV;
goto out_err;
}

if (tpm_do_selftest(chip)) {
dev_err(dev, "TPM self test failed\n");
Expand Down

0 comments on commit a08158e

Please sign in to comment.