Skip to content
Commit 51e5709a authored by Jean Delvare's avatar Jean Delvare Committed by Jean Delvare
Browse files

i2c-pxa: 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 adapte.  Instead,
do what the platform_bus code does and test it against the value "-1".

Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent 9a3180e7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment