]> git.baikalelectronics.ru Git - kernel.git/commit
i2c-gpio: Fix adapter number
authorDavid Brownell <david-b@pacbell.net>
Sun, 9 Sep 2007 20:29:13 +0000 (22:29 +0200)
committerJean Delvare <khali@hyperion.delvare>
Sun, 9 Sep 2007 20:29:13 +0000 (22:29 +0200)
commit0dc9b7f57238441d690eb827d2c202d4488e627d
tree68f47d75fb3788c077d8da8ef75caf90a1c37815
parentbe962184bc4a320615178984c820a29857cccf39
i2c-gpio: Fix adapter number

It turns out that platform_device.id is a "u32" so testing it for being
nonnegative is useless when setting up an i2c bitbang device.  Instead,
do what the platform_bus code does and test it against the value "-1".

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Acked-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/i2c/busses/i2c-gpio.c