Re: [PATCH] davinci:Fix possible NULL pointer deference in the function davinci_gpio_probe

2016-02-15 Thread Linus Walleij
On Wed, Feb 3, 2016 at 1:17 AM, Nicholas Krause wrote: > This fixes a possible NULL pointer deference in the function, > davinci_gpio_probe due to the function, gpio2regs being able > to return a NULL pointer if it rans to get the registers for > the gpio devices on a

Re: [PATCH] davinci:Fix possible NULL pointer deference in the function davinci_gpio_probe

2016-02-15 Thread Linus Walleij
On Wed, Feb 3, 2016 at 1:17 AM, Nicholas Krause wrote: > This fixes a possible NULL pointer deference in the function, > davinci_gpio_probe due to the function, gpio2regs being able > to return a NULL pointer if it rans to get the registers for > the gpio devices on a davinci board. Furthermore

Re: [PATCH] davinci:Fix possible NULL pointer deference in the function davinci_gpio_probe

2016-02-02 Thread Alexandre Courbot
On Wed, Feb 3, 2016 at 9:17 AM, Nicholas Krause wrote: > This fixes a possible NULL pointer deference in the function, > davinci_gpio_probe due to the function, gpio2regs being able > to return a NULL pointer if it rans to get the registers for > the gpio devices on a davinci board. Furthermore

Re: [PATCH] davinci:Fix possible NULL pointer deference in the function davinci_gpio_probe

2016-02-02 Thread Alexandre Courbot
On Wed, Feb 3, 2016 at 9:10 AM, nick wrote: > > > On 2016-02-02 06:30 PM, Alexandre Courbot wrote: >> On Fri, Jan 29, 2016 at 6:04 AM, Nicholas Krause wrote: >>> This fixes a possible NULL pointer deference in the function, >>> davinci_gpio_probe due to the function, gpio2regs being able >>> to

Re: [PATCH] davinci:Fix possible NULL pointer deference in the function davinci_gpio_probe

2016-02-02 Thread Alexandre Courbot
On Fri, Jan 29, 2016 at 6:04 AM, Nicholas Krause wrote: > This fixes a possible NULL pointer deference in the function, > davinci_gpio_probe due to the function, gpio2regs being able > to return a NULL pointer if it rans to get the registers for > the gpio devices on a davinci board. Furthermore

Re: [PATCH] davinci:Fix possible NULL pointer deference in the function davinci_gpio_probe

2016-02-02 Thread Alexandre Courbot
On Fri, Jan 29, 2016 at 6:04 AM, Nicholas Krause wrote: > This fixes a possible NULL pointer deference in the function, > davinci_gpio_probe due to the function, gpio2regs being able > to return a NULL pointer if it rans to get the registers for > the gpio devices on a

Re: [PATCH] davinci:Fix possible NULL pointer deference in the function davinci_gpio_probe

2016-02-02 Thread Alexandre Courbot
On Wed, Feb 3, 2016 at 9:10 AM, nick wrote: > > > On 2016-02-02 06:30 PM, Alexandre Courbot wrote: >> On Fri, Jan 29, 2016 at 6:04 AM, Nicholas Krause wrote: >>> This fixes a possible NULL pointer deference in the function, >>> davinci_gpio_probe due to

Re: [PATCH] davinci:Fix possible NULL pointer deference in the function davinci_gpio_probe

2016-02-02 Thread Alexandre Courbot
On Wed, Feb 3, 2016 at 9:17 AM, Nicholas Krause wrote: > This fixes a possible NULL pointer deference in the function, > davinci_gpio_probe due to the function, gpio2regs being able > to return a NULL pointer if it rans to get the registers for > the gpio devices on a davinci