projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ebe6af
)
i2c: hix5hd2: Fix modalias to make module auto-loading work
author
Axel Lin
<
[email protected]
>
Fri, 8 May 2015 00:50:11 +0000
(08:50 +0800)
committer
Wolfram Sang
<
[email protected]
>
Tue, 12 May 2015 16:09:33 +0000
(18:09 +0200)
Make the modalias match driver name, this is required to make module
auto-loading work.
Signed-off-by: Axel Lin <
[email protected]
>
Acked-by: Zhangfei Gao <
[email protected]
>
Signed-off-by: Wolfram Sang <
[email protected]
>
Cc:
[email protected]
drivers/i2c/busses/i2c-hix5hd2.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/busses/i2c-hix5hd2.c
b/drivers/i2c/busses/i2c-hix5hd2.c
index 8fe78d08e01cf1551ea0eaf53f50d2185dfff809..7c6966434ee7b9a2707da849e56128af41c0baf5 100644
(file)
--- a/
drivers/i2c/busses/i2c-hix5hd2.c
+++ b/
drivers/i2c/busses/i2c-hix5hd2.c
@@
-554,4
+554,4
@@
module_platform_driver(hix5hd2_i2c_driver);
MODULE_DESCRIPTION("Hix5hd2 I2C Bus driver");
MODULE_AUTHOR("Wei Yan <
[email protected]
>");
MODULE_LICENSE("GPL");
-MODULE_ALIAS("platform:
i2c-hix5hd2
");
+MODULE_ALIAS("platform:
hix5hd2-i2c
");