projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b29ff7
)
mfd: bcm590xx: Fix modalias prefix
author
Axel Lin
<axel.lin@ingics.com>
Mon, 31 Mar 2014 13:31:16 +0000
(21:31 +0800)
committer
Lee Jones
<lee.jones@linaro.org>
Tue, 3 Jun 2014 07:11:09 +0000
(08:11 +0100)
This is a i2c driver, so uses i2c prefix in modalias.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/bcm590xx.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/bcm590xx.c
b/drivers/mfd/bcm590xx.c
index 5adb2e3dca8d3f601847ec28b59f398708ea93c6..be4d0ac4874c608f10922c59f1e5d3263a8b1ec0 100644
(file)
--- a/
drivers/mfd/bcm590xx.c
+++ b/
drivers/mfd/bcm590xx.c
@@
-97,4
+97,4
@@
module_i2c_driver(bcm590xx_i2c_driver);
MODULE_AUTHOR("Matt Porter <mporter@linaro.org>");
MODULE_DESCRIPTION("BCM590xx multi-function driver");
MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("
platform
:bcm590xx");
+MODULE_ALIAS("
i2c
:bcm590xx");