char: Fix typo in tlclk.c
Correct spelling "telclk_interrup" to "telclk_interrupt" in drivers/char/tlclk.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5fb15db437
commit
838d51bfa3
@ -797,7 +797,7 @@ static int __init tlclk_init(void)
|
|||||||
telclk_interrupt = (inb(TLCLK_REG7) & 0x0f);
|
telclk_interrupt = (inb(TLCLK_REG7) & 0x0f);
|
||||||
|
|
||||||
if (0x0F == telclk_interrupt ) { /* not MCPBL0010 ? */
|
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);
|
telclk_interrupt);
|
||||||
ret = -ENXIO;
|
ret = -ENXIO;
|
||||||
goto out3;
|
goto out3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user