diff options
Diffstat (limited to 'Documentation/i2c')
-rw-r--r-- | Documentation/i2c/i2c-stub | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/i2c/i2c-stub b/Documentation/i2c/i2c-stub index 41889c091a37..0d8be1c20c16 100644 --- a/Documentation/i2c/i2c-stub +++ b/Documentation/i2c/i2c-stub | |||
@@ -35,9 +35,6 @@ int chip_addr[10]: | |||
35 | 35 | ||
36 | CAVEATS: | 36 | CAVEATS: |
37 | 37 | ||
38 | There are independent arrays for byte/data and word/data commands. Depending | ||
39 | on if/how a target driver mixes them, you'll need to be careful. | ||
40 | |||
41 | If your target driver polls some byte or word waiting for it to change, the | 38 | If your target driver polls some byte or word waiting for it to change, the |
42 | stub could lock it up. Use i2cset to unlock it. | 39 | stub could lock it up. Use i2cset to unlock it. |
43 | 40 | ||