Merge tag 'gpio-v3.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Sep 2014 15:04:29 +0000 (08:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Sep 2014 15:04:29 +0000 (08:04 -0700)
commit5e6c72396c2c514a761d990011ce1560f0eb71c9
tree99ccd36c79fee77d9a7187b3c63aa6256f5dd30a
parentcaa552358eb3de5d1cb0f473e92c91d8a875b7f3
parent0dbc8b7afef6e4fddcfebcbacbeb269a0a3b06d5
Merge tag 'gpio-v3.17-3' of git://git./linux/kernel/git/linusw/linux-gpio

Pull GPIO fixes from Linus Walleij:
 - some documentation sync
 - resource leak in the bt8xx driver
 - again fix the way varargs are used to handle the optional flags on
   the gpiod_* accessors.  Now hopefully nailed the entire problem.

* tag 'gpio-v3.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio:
  gpio: move varargs hack outside #ifdef GPIOLIB
  gpio: bt8xx: fix release of managed resources
  Documentation: gpio: documentation for optional getters functions