commit | 8e29da9ee8958cc17e27f4053420f1c982614793 | [log] [tgz] |
---|---|---|
author | Wolfram Sang <w.sang@pengutronix.de> | Tue Jul 01 22:38:18 2008 +0200 |
committer | Jean Delvare <khali@hyperion.delvare> | Tue Jul 01 22:38:18 2008 +0200 |
tree | b495777c2d0fefcbbb24c90157b3b95e06235f1f | |
parent | 2260e63a2f313f416b31af80d02f02ef92d20d78 [diff] |
i2c: Fix bad hint about irqs in i2c.h i2c.h mentions -1 as a not-issued irq. This false hint was taken by of_i2c and caused crashes. Don't give any advice as 'no irq' is not consistent across all architectures yet and it is not needed internally by the i2c-core. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Jean Delvare <khali@linux-fr.org>