|
@@ -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;
|