commit | 05d4707d468dc7497a680d811e102fcc71ef93ef | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa@the-dreams.de> | Sun May 20 08:50:34 2018 +0200 |
committer | Wolfram Sang <wsa@the-dreams.de> | Thu May 24 22:06:17 2018 +0200 |
tree | af734b6f4dfd9e312f6c213cbc8f1aab704fc27f | |
parent | c216b870657af8b6967445e5fbf3bb95942a53c9 [diff] |
i2c: opal: don't check number of messages in the driver Since commit 1eace8344c02 ("i2c: add param sanity check to i2c_transfer()") and b7f625840267 ("i2c: add quirk checks to core"), the I2C core does this check now. We can remove it here. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Reviewed-by: Peter Rosin <peda@axentia.se>