mbox series

[GIT,PULL] GPIO fix for v4.19

Message ID CACRpkdaVEmTDBFgf-fdw9uXJYyQ5DC_uL+agTB1zFVia1hzhuQ@mail.gmail.com
State New
Headers show
Series [GIT,PULL] GPIO fix for v4.19 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git

Message

Linus Walleij Oct. 5, 2018, 11:05 a.m. UTC
Hi Greg,

here is a single and hopefully final GPIO fix for the v4.19 series.
Details in the signed tag.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 7876320f88802b22d4e2daf7eb027dd14175a0f8:

  Linux 4.19-rc4 (2018-09-16 11:52:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v4.19-3

for you to fetch changes up to 19a4fbffc94e41abaa2a623a25ce2641d69eccf0:

  gpiolib: Free the last requested descriptor (2018-09-18 16:36:05 -0700)

----------------------------------------------------------------
A single GPIO fix:
Free the last used descriptor, an off by one error.
This is tagged for stable as well.

----------------------------------------------------------------
Ricardo Ribalda Delgado (1):
      gpiolib: Free the last requested descriptor

 drivers/gpio/gpiolib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Greg KH Oct. 5, 2018, 11:30 p.m. UTC | #1
On Fri, Oct 05, 2018 at 01:05:59PM +0200, Linus Walleij wrote:
> Hi Greg,
> 
> here is a single and hopefully final GPIO fix for the v4.19 series.
> Details in the signed tag.
> 
> Please pull it in!

Now merged, thanks.

greg k-h