Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288812
b: refs/heads/master
c: 838d51b
h: refs/heads/master
v: v3
  • Loading branch information
Masanari Iida authored and Greg Kroah-Hartman committed Feb 9, 2012
1 parent 71fe901 commit 67530dd
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: 5fb15db4376fed99f6f1cae552766f9d81f062e3
refs/heads/master: 838d51bfa31540d474b9562056379b6325ec07d7
2 changes: 1 addition & 1 deletion trunk/drivers/char/tlclk.c
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ static int __init tlclk_init(void)
telclk_interrupt = (inb(TLCLK_REG7) & 0x0f);

if (0x0F == telclk_interrupt ) { /* not MCPBL0010 ? */
printk(KERN_ERR "telclk_interrup = 0x%x non-mcpbl0010 hw.\n",
printk(KERN_ERR "telclk_interrupt = 0x%x non-mcpbl0010 hw.\n",
telclk_interrupt);
ret = -ENXIO;
goto out3;
Expand Down

0 comments on commit 67530dd

Please sign in to comment.