commit | d34607d11d7c72a201715e720048ca5eee613706 | [log] [tgz] |
---|---|---|
author | Andrzej Hajda <a.hajda@samsung.com> | Tue Feb 23 07:45:34 2016 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu Feb 25 15:20:45 2016 +0100 |
tree | f542bb5e5d875eb4ab39dfffd58937f253b35eb4 | |
parent | 2af66e1dece9fb92a7ef7a270f58a72b82491363 [diff] |
gpio: xgene: fix type of variable containing error codes ret variable can contain error values and is compared with zero. Its type must be signed. The problem has been detected using coccinelle script scripts/coccinelle/tests/unsigned_lesser_than_zero.cocci Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>