linux-stable/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 MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
Makefile MIPS: RB532: Migrate to new platform makefile style. 2010-08-05 13:25:50 +01:00
Platform MIPS: RB532: Migrate to new platform makefile style. 2010-08-05 13:25:50 +01:00
prom.c MIPS: Replace use of phys_t with phys_addr_t. 2014-11-24 22:47:31 +01:00
serial.c MIPS: Add missing #inclusions of <linux/irq.h> 2010-10-07 14:08:54 +01:00
setup.c mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULE 2011-10-31 19:30:57 -04:00
time.c