git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b727ac
)
Input: adp5588-keys - remove incorrect modalias
author
Axel Lin
<axel.lin@gmail.com>
Sat, 27 Aug 2011 06:37:33 +0000
(23:37 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Sat, 27 Aug 2011 06:40:14 +0000
(23:40 -0700)
For i2c drivers, we should use "i2c:" prefix for modalias.
MODULE_DEVICE_TABLE will setup the modulalias for us, thus adding
a MODULE_ALIAS is redundant (in addition to being incorrect).
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
No differences found