Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73035
b: refs/heads/master
c: 2a0f9c4
h: refs/heads/master
i:
  73033: 99d98a8
  73031: e003c6a
v: v3
  • Loading branch information
Helge Deller authored and Dmitry Torokhov committed Nov 2, 2007
1 parent 28fea42 commit db63121
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 2a3e480d4b3392ce8907089094bd074575f9bb2a
refs/heads/master: 2a0f9c4c452298da89b67060c7ca034ef7836aa9
2 changes: 1 addition & 1 deletion trunk/drivers/input/mouse/inport.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ static int __init inport_init(void)
b = inb(INPORT_SIGNATURE_PORT);
c = inb(INPORT_SIGNATURE_PORT);
if (a == b || a != c) {
printk(KERN_ERR "inport.c: Didn't find InPort mouse at %#x\n", INPORT_BASE);
printk(KERN_INFO "inport.c: Didn't find InPort mouse at %#x\n", INPORT_BASE);
err = -ENODEV;
goto err_release_region;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/input/mouse/logibm.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ static int __init logibm_init(void)
udelay(100);

if (inb(LOGIBM_SIGNATURE_PORT) != LOGIBM_SIGNATURE_BYTE) {
printk(KERN_ERR "logibm.c: Didn't find Logitech busmouse at %#x\n", LOGIBM_BASE);
printk(KERN_INFO "logibm.c: Didn't find Logitech busmouse at %#x\n", LOGIBM_BASE);
err = -ENODEV;
goto err_release_region;
}
Expand Down

0 comments on commit db63121

Please sign in to comment.