summaryrefslogtreecommitdiff
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
or
- count = i2c_smbus_read_i2c_block_data(fd, 0x84, buffer);
+ count = i2c_smbus_read_i2c_block_data(fd, 0x84, 16, buffer);
The block read should read 16 bytes.
0x84 is the block read command.