[PATCH] gma500: medfield: Fix possible NULL pointer dereference

2013-04-02 Thread Patrik Jakobsson
On Sun, Feb 24, 2013 at 11:31 PM, Syam Sidhardhan wrote: > The use of pointer sender should be after the NULL check. > > Signed-off-by: Syam Sidhardhan > --- > drivers/gpu/drm/gma500/mdfld_dsi_output.c |7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu

Re: [PATCH] gma500: medfield: Fix possible NULL pointer dereference

2013-04-02 Thread Patrik Jakobsson
On Sun, Feb 24, 2013 at 11:31 PM, Syam Sidhardhan wrote: > The use of pointer sender should be after the NULL check. > > Signed-off-by: Syam Sidhardhan > --- > drivers/gpu/drm/gma500/mdfld_dsi_output.c |7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu

[PATCH] gma500: medfield: Fix possible NULL pointer dereference

2013-02-25 Thread Patrik Jakobsson
On Mon, Feb 25, 2013 at 04:01:48AM +0530, Syam Sidhardhan wrote: > The use of pointer sender should be after the NULL check. > > Signed-off-by: Syam Sidhardhan > --- > drivers/gpu/drm/gma500/mdfld_dsi_output.c |7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/dr

[PATCH] gma500: medfield: Fix possible NULL pointer dereference

2013-02-25 Thread Syam Sidhardhan
The use of pointer sender should be after the NULL check. Signed-off-by: Syam Sidhardhan --- drivers/gpu/drm/gma500/mdfld_dsi_output.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/gma500/mdfld_dsi_output.c b/drivers/gpu/drm/gma500/mdfld_dsi_outpu

Re: [PATCH] gma500: medfield: Fix possible NULL pointer dereference

2013-02-25 Thread Patrik Jakobsson
On Mon, Feb 25, 2013 at 04:01:48AM +0530, Syam Sidhardhan wrote: > The use of pointer sender should be after the NULL check. > > Signed-off-by: Syam Sidhardhan > --- > drivers/gpu/drm/gma500/mdfld_dsi_output.c |7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/dr

[PATCH] gma500: medfield: Fix possible NULL pointer dereference

2013-02-25 Thread Syam Sidhardhan
The use of pointer sender should be after the NULL check. Signed-off-by: Syam Sidhardhan --- drivers/gpu/drm/gma500/mdfld_dsi_output.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/gma500/mdfld_dsi_output.c b/drivers/gpu/drm/gma500/mdfld_dsi_outpu