From: Linus Walleij Date: Wed, 23 Jul 2014 08:47:49 +0000 (+0200) Subject: gpio: drop retval check enforcing from gpiochip_remove() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~114^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14c8a620ba436511b1347c592633befa49535176;p=pandora-kernel.git gpio: drop retval check enforcing from gpiochip_remove() As we start to decomission the return value from gpiochip_remove() the compilers emit warnings due to the function being tagged __must_check. So drop this until we remove the return value altogether. Cc: Abdoulaye Berthe Suggested-by: Stephen Rothwell Signed-off-by: Linus Walleij --- Reading git-diff-tree failed