]> git.karo-electronics.de Git - karo-tx-linux.git/commit
i2c-ixp4xx: fix ") != 0))" typo
authorAlexey Dobriyan <adobriyan@openvz.org>
Thu, 23 Nov 2006 00:33:16 +0000 (01:33 +0100)
committerAdrian Bunk <bunk@stusta.de>
Thu, 23 Nov 2006 00:33:16 +0000 (01:33 +0100)
commit5e8721dcb57d748a3c6f21fe7986c40e9ebd5245
treee13ec2f38a6e81b26f92408591c9dcd596d290fb
parent72be3fc830471a1b85069b6c1876f752d036c169
i2c-ixp4xx: fix ") != 0))" typo

i2c_bit_add_bus() returns -E;
-E != 0             =>      err = 1
probe fails with positive error code

Signed-off-by: Alexey Dobriyan <adobriyan@openvz.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/i2c/busses/i2c-ixp4xx.c