aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/i2c/porting-clients
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/i2c/porting-clients')
-rw-r--r--Documentation/i2c/porting-clients3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/i2c/porting-clients b/Documentation/i2c/porting-clients
index 105c6186b912..68bcd66e36b1 100644
--- a/Documentation/i2c/porting-clients
+++ b/Documentation/i2c/porting-clients
@@ -94,7 +94,8 @@ Technical changes:
94 limited to the strictly necessary steps. 94 limited to the strictly necessary steps.
95 95
96* [Detach] Get rid of data, remove the call to 96* [Detach] Get rid of data, remove the call to
97 i2c_deregister_entry. 97 i2c_deregister_entry. Do not log an error message if
98 i2c_detach_client fails, as i2c-core will now do it for you.
98 99
99* [Update] Don't access client->data directly, use 100* [Update] Don't access client->data directly, use
100 i2c_get_clientdata(client) instead. 101 i2c_get_clientdata(client) instead.