Skip to content
Commit 8ebe661d authored by Tushar Behera's avatar Tushar Behera Committed by Ben Dooks
Browse files

i2c-s3c2410: Fix return code of s3c24xx_i2c_parse_dt_gpio



s3c24xx_i2c_parse_dt_gpio is called when cfg_gpio is not defined
in the platform data of the i2c device. When DT is not enabled,
the above function always returns -EINVAL. Since there can be
some i2c devices which don't need to configure any gpio lines,
the probe of such devices would fail here. Changing the default
return value to success would fix this issue.

Signed-off-by: default avatarTushar Behera <tushar.behera@linaro.org>
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 37de03ea
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