Skip to content
Commit 313b9a99 authored by Colin Ian King's avatar Colin Ian King Committed by Linus Walleij
Browse files

gpio: pca953x: initialize ret to zero to avoid returning garbage



ret is not initialized so it contains garbage.  Ensure garbage
is not returned in the case that pdata && pdata->teardown is false
by initializing ret to 0.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 6d125412
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