Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19335
b: refs/heads/master
c: 7ee26aa
h: refs/heads/master
i:
  19333: 6ce6e03
  19331: b81bc80
  19327: c004561
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Feb 1, 2006
1 parent 8eebe1a commit 178231a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 94f91def998efe3b79780f3b39b6c87d390dbe4c
refs/heads/master: 7ee26aa04d4dbd5e006b2f184d6028c71384681f
2 changes: 1 addition & 1 deletion trunk/drivers/char/tpm/tpm_infineon.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ static int __devinit tpm_inf_pnp_probe(struct pnp_dev *dev,

if ((ioh << 8 | iol) != tpm_inf.base) {
dev_err(&dev->dev,
"Could not set IO-ports to %04x\n",
"Could not set IO-ports to 0x%lx\n",
tpm_inf.base);
release_region(tpm_inf.base, TPM_INF_PORT_LEN);
return -EIO;
Expand Down

0 comments on commit 178231a

Please sign in to comment.