commit | 14c8a620ba436511b1347c592633befa49535176 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Wed Jul 23 10:47:49 2014 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Jul 23 10:47:49 2014 +0200 |
tree | 160988c0e5d25e272a1d6bfad76f9004fe2e3b7c | |
parent | 9f5132ae82fdbb047cc187bf689a81c8cc0de7fa [diff] |
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 <berthe.ab@gmail.com> Suggested-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>