i2c: Remove the warning on missing adapter device
authorJean Delvare <khali@linux-fr.org>
Tue, 13 Feb 2007 21:09:04 +0000 (22:09 +0100)
committerJean Delvare <khali@arrakis.delvare>
Tue, 13 Feb 2007 21:09:04 +0000 (22:09 +0100)
commitfe2c8d51af96ef7b8ec0bfd70ec62bbe32c0696e
treee6ebe77edf10353975faecb6d23dcf31337b1559
parent12a917f69d1468c91d646dbad8408dd0d39d6207
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>
drivers/i2c/i2c-core.c