aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2015-12-21 16:50:18 +0100
committerLinus Walleij <linus.walleij@linaro.org>2016-01-25 18:02:09 +0100
commit48295fe932b3306c25ba6157db82f8f9938f2637 (patch)
treea7a24b4c9fc490e0015f45a6a5b4a3fa1fdf1d92 /drivers/soc
parentLinux 4.5-rc1 (diff)
downloadlinux-dev-48295fe932b3306c25ba6157db82f8f9938f2637.tar.xz
linux-dev-48295fe932b3306c25ba6157db82f8f9938f2637.zip
blackfin: gpio: Be sure to clamp return value
As we want gpio_chip .get() calls to be able to return negative error codes and propagate to drivers, we need to go over all drivers and make sure their return values are clamped to [0,1]. We do this by using the ret = !!(val) design pattern. Cc: Steven Miao <realmz6@gmail.com> Cc: adi-buildroot-devel@lists.sourceforge.net Acked-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/soc')
0 files changed, 0 insertions, 0 deletions