aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hvsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/hvsi.c')
-rw-r--r--drivers/char/hvsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/hvsi.c b/drivers/char/hvsi.c
index 542de0e51f35..9101784ecf02 100644
--- a/drivers/char/hvsi.c
+++ b/drivers/char/hvsi.c
@@ -1298,7 +1298,7 @@ static int __init hvsi_console_init(void)
1298 hp->inbuf_end = hp->inbuf; 1298 hp->inbuf_end = hp->inbuf;
1299 hp->state = HVSI_CLOSED; 1299 hp->state = HVSI_CLOSED;
1300 hp->vtermno = *vtermno; 1300 hp->vtermno = *vtermno;
1301 hp->virq = irq_create_mapping(NULL, irq[0], 0); 1301 hp->virq = irq_create_mapping(NULL, irq[0]);
1302 if (hp->virq == NO_IRQ) { 1302 if (hp->virq == NO_IRQ) {
1303 printk(KERN_ERR "%s: couldn't create irq mapping for 0x%x\n", 1303 printk(KERN_ERR "%s: couldn't create irq mapping for 0x%x\n",
1304 __FUNCTION__, irq[0]); 1304 __FUNCTION__, irq[0]);