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:
1369033
)
i2c-cpm: Suppress autoprobing for devices
author
Wolfram Sang
<
[email protected]
>
Thu, 16 Oct 2008 19:12:00 +0000
(21:12 +0200)
committer
Kumar Gala
<
[email protected]
>
Tue, 21 Oct 2008 04:31:24 +0000
(23:31 -0500)
Similar to commit
618b26d52843c0f85b8eb143cf2695d7f6fd072d
, also remove
automatic probing for this i2c controller. Might need updates to dts files
using it.
Signed-off-by: Wolfram Sang <
[email protected]
>
Acked-by: Jochen Friedrich <
[email protected]
>
Acked-by: Jean Delvare <
[email protected]
>
Signed-off-by: Kumar Gala <
[email protected]
>
drivers/i2c/busses/i2c-cpm.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/busses/i2c-cpm.c
b/drivers/i2c/busses/i2c-cpm.c
index 8164de1f4d72aba3a411f88f5d187e6d0c137f16..228f75723063968c4e77fbb374e5421e5c87e393 100644
(file)
--- a/
drivers/i2c/busses/i2c-cpm.c
+++ b/
drivers/i2c/busses/i2c-cpm.c
@@
-423,7
+423,6
@@
static const struct i2c_adapter cpm_ops = {
.owner = THIS_MODULE,
.name = "i2c-cpm",
.algo = &cpm_i2c_algo,
- .class = I2C_CLASS_HWMON | I2C_CLASS_SPD,
};
static int __devinit cpm_i2c_setup(struct cpm_i2c *cpm)