projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eaa750
)
Input: pc110pad - remove unused variable dev
author
Ilpo Järvinen
<ilpo.jarvinen@helsinki.fi>
Wed, 15 Apr 2009 16:03:07 +0000
(09:03 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Wed, 15 Apr 2009 16:04:03 +0000
(09:04 -0700)
dev is leftover from
b0ee0d3eb31a163c958f2960906c44bcdfdc607b
(Input: pc110pad - use no_pci_devices()).
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/mouse/pc110pad.c
patch
|
blob
|
history
diff --git
a/drivers/input/mouse/pc110pad.c
b/drivers/input/mouse/pc110pad.c
index f63995f854ff5a75c37dcff58a1a4709c344bfd1..3941f97cfa60eba8483332dfc38de6b25eb90e52 100644
(file)
--- a/
drivers/input/mouse/pc110pad.c
+++ b/
drivers/input/mouse/pc110pad.c
@@
-108,7
+108,6
@@
static int pc110pad_open(struct input_dev *dev)
*/
static int __init pc110pad_init(void)
{
- struct pci_dev *dev;
int err;
if (!no_pci_devices())