From: Emil Goode Date: Sat, 18 Aug 2012 16:12:48 +0000 (+0200) Subject: tty: serial: max310x: Check return code of gpiochip_remove X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23e7c6a765df64cafebff2d50fc51345797ca99a;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed