diff options
Diffstat (limited to 'drivers/input/mouse/inport.c')
-rw-r--r-- | drivers/input/mouse/inport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/inport.c b/drivers/input/mouse/inport.c index 655a39217432..26ec09529b51 100644 --- a/drivers/input/mouse/inport.c +++ b/drivers/input/mouse/inport.c | |||
@@ -144,7 +144,7 @@ static int __init inport_init(void) | |||
144 | b = inb(INPORT_SIGNATURE_PORT); | 144 | b = inb(INPORT_SIGNATURE_PORT); |
145 | c = inb(INPORT_SIGNATURE_PORT); | 145 | c = inb(INPORT_SIGNATURE_PORT); |
146 | if (a == b || a != c) { | 146 | if (a == b || a != c) { |
147 | printk(KERN_ERR "inport.c: Didn't find InPort mouse at %#x\n", INPORT_BASE); | 147 | printk(KERN_INFO "inport.c: Didn't find InPort mouse at %#x\n", INPORT_BASE); |
148 | err = -ENODEV; | 148 | err = -ENODEV; |
149 | goto err_release_region; | 149 | goto err_release_region; |
150 | } | 150 | } |