Re: [PATCH] mfd: db8500-prcmu: check return of devm_ioremap for error

2014-11-03 Thread Lee Jones
On Mon, 03 Nov 2014, Lee Jones wrote: > On Thu, 30 Oct 2014, Pramod Gurav wrote: > > > Error check around return value of devm_ioremap is missing. Add the same > > to avoid NULL pointer dereference. > > > > Cc: Linus Walleij > > Cc: Samuel Ortiz > > Cc: Lee Jones > > Signed-off-by: Pramod

Re: [PATCH] mfd: db8500-prcmu: check return of devm_ioremap for error

2014-11-03 Thread Lee Jones
On Thu, 30 Oct 2014, Pramod Gurav wrote: > Error check around return value of devm_ioremap is missing. Add the same > to avoid NULL pointer dereference. > > Cc: Linus Walleij > Cc: Samuel Ortiz > Cc: Lee Jones > Signed-off-by: Pramod Gurav > --- > drivers/mfd/db8500-prcmu.c |5 + >

Re: [PATCH] mfd: db8500-prcmu: check return of devm_ioremap for error

2014-11-03 Thread Lee Jones
On Thu, 30 Oct 2014, Pramod Gurav wrote: Error check around return value of devm_ioremap is missing. Add the same to avoid NULL pointer dereference. Cc: Linus Walleij linus.wall...@linaro.org Cc: Samuel Ortiz sa...@linux.intel.com Cc: Lee Jones lee.jo...@linaro.org Signed-off-by: Pramod

Re: [PATCH] mfd: db8500-prcmu: check return of devm_ioremap for error

2014-11-03 Thread Lee Jones
On Mon, 03 Nov 2014, Lee Jones wrote: On Thu, 30 Oct 2014, Pramod Gurav wrote: Error check around return value of devm_ioremap is missing. Add the same to avoid NULL pointer dereference. Cc: Linus Walleij linus.wall...@linaro.org Cc: Samuel Ortiz sa...@linux.intel.com Cc: Lee

Re: [PATCH] mfd: db8500-prcmu: check return of devm_ioremap for error

2014-10-31 Thread Linus Walleij
On Thu, Oct 30, 2014 at 10:21 AM, Pramod Gurav wrote: > Error check around return value of devm_ioremap is missing. Add the same > to avoid NULL pointer dereference. > > Cc: Linus Walleij > Cc: Samuel Ortiz > Cc: Lee Jones > Signed-off-by: Pramod Gurav Acked-by: Linus Walleij Yours, Linus

Re: [PATCH] mfd: db8500-prcmu: check return of devm_ioremap for error

2014-10-31 Thread Linus Walleij
On Thu, Oct 30, 2014 at 10:21 AM, Pramod Gurav pramod.gu...@smartplayin.com wrote: Error check around return value of devm_ioremap is missing. Add the same to avoid NULL pointer dereference. Cc: Linus Walleij linus.wall...@linaro.org Cc: Samuel Ortiz sa...@linux.intel.com Cc: Lee Jones

[PATCH] mfd: db8500-prcmu: check return of devm_ioremap for error

2014-10-30 Thread Pramod Gurav
Error check around return value of devm_ioremap is missing. Add the same to avoid NULL pointer dereference. Cc: Linus Walleij Cc: Samuel Ortiz Cc: Lee Jones Signed-off-by: Pramod Gurav --- drivers/mfd/db8500-prcmu.c |5 + 1 file changed, 5 insertions(+) diff --git

[PATCH] mfd: db8500-prcmu: check return of devm_ioremap for error

2014-10-30 Thread Pramod Gurav
Error check around return value of devm_ioremap is missing. Add the same to avoid NULL pointer dereference. Cc: Linus Walleij linus.wall...@linaro.org Cc: Samuel Ortiz sa...@linux.intel.com Cc: Lee Jones lee.jo...@linaro.org Signed-off-by: Pramod Gurav pramod.gu...@smartplayin.com ---