linux/arch/mips/rb532
Linus Walleij 8eb248fa8b MIPS: RB532: 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.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-mips@linux-mips.org
Cc: linux-gpio@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/11924/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2016-01-24 02:22:39 +01:00
..
devices.c MIPS: Remove all the uses of custom gpio.h 2015-09-03 12:08:02 +02:00
gpio.c MIPS: RB532: Be sure to clamp return value 2016-01-24 02:22:39 +01:00
irq.c
Makefile
Platform
prom.c MIPS: Replace use of phys_t with phys_addr_t. 2014-11-24 22:47:31 +01:00
serial.c
setup.c
time.c