Re: [PATCH 4.6 38/81] gpio: bail out silently on NULL descriptors

2016-06-23 Thread Greg Kroah-Hartman
On Thu, Jun 23, 2016 at 09:21:02AM +0200, Linus Walleij wrote: > On Thu, Jun 23, 2016 at 12:46 AM, Greg Kroah-Hartman > wrote: > > > 4.6-stable review patch. If anyone has any objections, please let me know. > > This should ideally be paired with > commit 79bb71bd1d93197ce227fa167b450b633f30a52

Re: [PATCH 4.6 38/81] gpio: bail out silently on NULL descriptors

2016-06-23 Thread Hans de Goede
Hi, On 23-06-16 09:21, Linus Walleij wrote: On Thu, Jun 23, 2016 at 12:46 AM, Greg Kroah-Hartman wrote: 4.6-stable review patch. If anyone has any objections, please let me know. This should ideally be paired with commit 79bb71bd1d93197ce227fa167b450b633f30a52b "gpio: make sure gpiod_to_ir

Re: [PATCH 4.6 38/81] gpio: bail out silently on NULL descriptors

2016-06-23 Thread Linus Walleij
On Thu, Jun 23, 2016 at 12:46 AM, Greg Kroah-Hartman wrote: > 4.6-stable review patch. If anyone has any objections, please let me know. This should ideally be paired with commit 79bb71bd1d93197ce227fa167b450b633f30a52b "gpio: make sure gpiod_to_irq() returns negative on NULL desc" which went u