aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/i2c/chips/max6875
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/i2c/chips/max6875')
-rw-r--r--Documentation/i2c/chips/max68752
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/i2c/chips/max6875 b/Documentation/i2c/chips/max6875
index 96fec562a8e9..a0cd8af2f408 100644
--- a/Documentation/i2c/chips/max6875
+++ b/Documentation/i2c/chips/max6875
@@ -99,7 +99,7 @@ And then read the data
99 99
100 or 100 or
101 101
102 count = i2c_smbus_read_i2c_block_data(fd, 0x84, buffer); 102 count = i2c_smbus_read_i2c_block_data(fd, 0x84, 16, buffer);
103 103
104The block read should read 16 bytes. 104The block read should read 16 bytes.
1050x84 is the block read command. 1050x84 is the block read command.