Files
linux/drivers
Emil Goode 23e7c6a765 tty: serial: max310x: Check return code of gpiochip_remove
The gpiochip_remove function may fail to remove a gpio_chip
if any GPIOs are still requested. This patch informs the caller
of such a senario.

Sparse is warning because the function prototype has a
__must_check annotation.

Sparse warning:
drivers/tty/serial/max310x.c:1223:18: warning:
	ignoring return value of ‘gpiochip_remove’,
	declared with attribute warn_unused_result
	[-Wunused-result]

Signed-off-by: Emil Goode <emilgoode@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-09-05 12:33:40 -07:00
..
2012-08-02 13:51:46 -04:00
2012-08-27 07:13:33 -07:00
2012-08-27 07:13:33 -07:00
2012-08-13 10:15:22 +05:30
2012-07-29 21:11:05 -03:00
2012-08-16 20:24:38 +01:00
2012-08-27 07:13:33 -07:00
2012-08-13 14:34:02 +08:00
2012-08-27 07:13:33 -07:00
2012-08-13 16:50:19 -07:00
2012-08-27 07:13:33 -07:00
2012-07-09 16:42:24 -04:00
2012-08-20 11:58:43 +02:00
2012-08-27 07:13:33 -07:00
2012-08-27 07:13:33 -07:00
2012-08-27 07:13:33 -07:00
2012-07-31 08:16:22 -06:00
2012-07-31 08:16:22 -06:00