commit | ac7fc4fb2b6a126af8d07f46500440c9641976cf | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Mon Jul 14 22:38:25 2008 +0200 |
committer | Jean Delvare <khali@mahadeva.delvare> | Mon Jul 14 22:38:25 2008 +0200 |
tree | 1ba7a6b229699f6d69cfe3f1bd74c020e952e16b | |
parent | fa63cd56d2f09806169307d761e8f430e23bc09b [diff] |
i2c: Consistently reject unsupported transactions Many PC SMBus host controller drivers don't properly handle the case where they are requested to achieve a transaction they do not support. Update them so that the consistently print a warning message and return a single error value in this case. Signed-off-by: Jean Delvare <khali@linux-fr.org>