projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
943eae0
)
[PATCH] amikbd fix
author
Al Viro
<viro@ftp.linux.org.uk>
Sat, 29 Oct 2005 10:49:33 +0000
(11:49 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 29 Oct 2005 17:35:07 +0000
(10:35 -0700)
it's input_allocate_device(), not input_dev_allocate()...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/input/keyboard/amikbd.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/input/keyboard/amikbd.c
b/drivers/input/keyboard/amikbd.c
index 3d63bc1ad3220fbba9a86c8f376e89f06967a658..4c8fb1f8631f37c55886196c04ac354f831b5b60 100644
(file)
--- a/
drivers/input/keyboard/amikbd.c
+++ b/
drivers/input/keyboard/amikbd.c
@@
-199,7
+199,7
@@
static int __init amikbd_init(void)
if (!request_mem_region(CIAA_PHYSADDR-1+0xb00, 0x100, "amikeyb"))
return -EBUSY;
- amikbd_dev = input_
dev_allocat
e();
+ amikbd_dev = input_
allocate_devic
e();
if (!amikbd_dev) {
printk(KERN_ERR "amikbd: not enough memory for input device\n");
release_mem_region(CIAA_PHYSADDR - 1 + 0xb00, 0x100);