commit | fe2c8d51af96ef7b8ec0bfd70ec62bbe32c0696e | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Tue Feb 13 22:09:04 2007 +0100 |
committer | Jean Delvare <khali@arrakis.delvare> | Tue Feb 13 22:09:04 2007 +0100 |
tree | e6ebe77edf10353975faecb6d23dcf31337b1559 | |
parent | 12a917f69d1468c91d646dbad8408dd0d39d6207 [diff] |
i2c: Remove the warning on missing adapter device Now that the i2c_adapter migration plan changed and we are going to keep i2c_adapter.dev, it's no longer that urgent to add a proper device to all i2c_adapter drivers. Thus is seems resonable to degrade the warning asking authors to migrate their driver to a debug message. Signed-off-by: Jean Delvare <khali@linux-fr.org>