From: Wolfram Sang Date: Tue, 1 Jul 2008 20:38:18 +0000 (+0200) Subject: i2c: Fix bad hint about irqs in i2c.h X-Git-Tag: v2.6.26-rc9~77^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e29da9ee8958cc17e27f4053420f1c982614793;p=pandora-kernel.git 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 Signed-off-by: Jean Delvare --- Reading git-diff-tree failed