projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85fff8b
)
i2c: i2c-xiic: deprecate class based instantiation
author
Wolfram Sang
<wsa@the-dreams.de>
Mon, 10 Feb 2014 10:04:11 +0000
(11:04 +0100)
committer
Wolfram Sang
<wsa@the-dreams.de>
Fri, 28 Mar 2014 07:55:04 +0000
(08:55 +0100)
Warn users that class based instantiation is going away soon in favour
of more robust probing and faster bootup times.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-xiic.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/i2c/busses/i2c-xiic.c
b/drivers/i2c/busses/i2c-xiic.c
index 28107502517f19005860861ca9ff17f785295575..7731f1795869f0f852e180413130812a66043af2 100644
(file)
--- a/
drivers/i2c/busses/i2c-xiic.c
+++ b/
drivers/i2c/busses/i2c-xiic.c
@@
-684,7
+684,7
@@
static const struct i2c_algorithm xiic_algorithm = {
static struct i2c_adapter xiic_adapter = {
.owner = THIS_MODULE,
.name = DRIVER_NAME,
- .class = I2C_CLASS_HWMON | I2C_CLASS_SPD,
+ .class = I2C_CLASS_HWMON | I2C_CLASS_SPD
| I2C_CLASS_DEPRECATED
,
.algo = &xiic_algorithm,
};