Re: [PATCH] Thermal - Fix possible NULL derefrence.

2017-02-18 Thread Eduardo Valentin
On Tue, Feb 07, 2017 at 11:30:13AM +0800, Zhang Rui wrote: > Just one comment, > the subject should be  > [PATCH] Thermal: imx_thermal : Fix possible NULL derefrence I fixed the commit title, but I am taking this one

Re: [PATCH] Thermal - Fix possible NULL derefrence.

2017-02-18 Thread Eduardo Valentin
On Tue, Feb 07, 2017 at 11:30:13AM +0800, Zhang Rui wrote: > Just one comment, > the subject should be  > [PATCH] Thermal: imx_thermal : Fix possible NULL derefrence I fixed the commit title, but I am taking this one

Re: [PATCH] Thermal - Fix possible NULL derefrence.

2017-02-06 Thread Zhang Rui
Just one comment, the subject should be  [PATCH] Thermal: imx_thermal : Fix possible NULL derefrence On Mon, 2017-01-30 at 10:34 +0530, Shailendra Verma wrote: > of_device_get_match_data could return NULL, and so can cause > a NULL pointer dereference later. > > Signed-off-by: Shailendra Verma

Re: [PATCH] Thermal - Fix possible NULL derefrence.

2017-02-06 Thread Zhang Rui
Just one comment, the subject should be  [PATCH] Thermal: imx_thermal : Fix possible NULL derefrence On Mon, 2017-01-30 at 10:34 +0530, Shailendra Verma wrote: > of_device_get_match_data could return NULL, and so can cause > a NULL pointer dereference later. > > Signed-off-by: Shailendra Verma

[PATCH] Thermal - Fix possible NULL derefrence.

2017-01-29 Thread Shailendra Verma
of_device_get_match_data could return NULL, and so can cause a NULL pointer dereference later. Signed-off-by: Shailendra Verma --- drivers/thermal/imx_thermal.c |4 1 file changed, 4 insertions(+) diff --git a/drivers/thermal/imx_thermal.c

[PATCH] Thermal - Fix possible NULL derefrence.

2017-01-29 Thread Shailendra Verma
of_device_get_match_data could return NULL, and so can cause a NULL pointer dereference later. Signed-off-by: Shailendra Verma --- drivers/thermal/imx_thermal.c |4 1 file changed, 4 insertions(+) diff --git a/drivers/thermal/imx_thermal.c b/drivers/thermal/imx_thermal.c index