Re: [PATCH] fbdev: geocode: remove unneeded NULL check

2015-02-02 Thread One Thousand Gnomes
On Sun, 01 Feb 2015 06:05:04 +0100 deloptes wrote: > Tomi Valkeinen wrote: > > > On 06/01/15 14:45, Sudip Mukherjee wrote: > >> the check for info is not required as we are checking it immediately > >> after gxfb_init_fbinfo() and lxfb_init_fbinfo() and returnig -ENOMEM > >> if it is NULL. > >>

Re: [PATCH] fbdev: geocode: remove unneeded NULL check

2015-02-02 Thread deloptes
Tomi Valkeinen wrote: > On 06/01/15 14:45, Sudip Mukherjee wrote: >> the check for info is not required as we are checking it immediately >> after gxfb_init_fbinfo() and lxfb_init_fbinfo() and returnig -ENOMEM >> if it is NULL. >> >> Signed-off-by: Sudip Mukherjee >> --- >> Hi Tomi, >> This

Re: [PATCH] fbdev: geocode: remove unneeded NULL check

2015-02-02 Thread deloptes
Tomi Valkeinen wrote: On 06/01/15 14:45, Sudip Mukherjee wrote: the check for info is not required as we are checking it immediately after gxfb_init_fbinfo() and lxfb_init_fbinfo() and returnig -ENOMEM if it is NULL. Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- Hi Tomi, This

Re: [PATCH] fbdev: geocode: remove unneeded NULL check

2015-02-02 Thread One Thousand Gnomes
On Sun, 01 Feb 2015 06:05:04 +0100 deloptes delop...@yahoo.com wrote: Tomi Valkeinen wrote: On 06/01/15 14:45, Sudip Mukherjee wrote: the check for info is not required as we are checking it immediately after gxfb_init_fbinfo() and lxfb_init_fbinfo() and returnig -ENOMEM if it is NULL.

Re: [PATCH] fbdev: geocode: remove unneeded NULL check

2015-01-13 Thread Tomi Valkeinen
On 06/01/15 14:45, Sudip Mukherjee wrote: > the check for info is not required as we are checking it immediately > after gxfb_init_fbinfo() and lxfb_init_fbinfo() and returnig -ENOMEM > if it is NULL. > > Signed-off-by: Sudip Mukherjee > --- > Hi Tomi, > This patch is similar to my last patch

Re: [PATCH] fbdev: geocode: remove unneeded NULL check

2015-01-13 Thread Tomi Valkeinen
On 06/01/15 14:45, Sudip Mukherjee wrote: the check for info is not required as we are checking it immediately after gxfb_init_fbinfo() and lxfb_init_fbinfo() and returnig -ENOMEM if it is NULL. Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- Hi Tomi, This patch is similar to my

[PATCH] fbdev: geocode: remove unneeded NULL check

2015-01-06 Thread Sudip Mukherjee
the check for info is not required as we are checking it immediately after gxfb_init_fbinfo() and lxfb_init_fbinfo() and returnig -ENOMEM if it is NULL. Signed-off-by: Sudip Mukherjee --- Hi Tomi, This patch is similar to my last patch which you have already queued for 3.20. if you can revert

[PATCH] fbdev: geocode: remove unneeded NULL check

2015-01-06 Thread Sudip Mukherjee
the check for info is not required as we are checking it immediately after gxfb_init_fbinfo() and lxfb_init_fbinfo() and returnig -ENOMEM if it is NULL. Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- Hi Tomi, This patch is similar to my last patch which you have already queued for 3.20.

Re: [PATCH] fbdev: geocode: remove unneeded NULL check

2015-01-05 Thread Tomi Valkeinen
On 31/12/14 08:55, Sudip Mukherjee wrote: > the check for info is not required as we are checking it immediately > after gx1fb_init_fbinfo() and returnig -ENOMEM if it is NULL. > > Signed-off-by: Sudip Mukherjee > --- > drivers/video/fbdev/geode/gx1fb_core.c | 6 ++ > 1 file changed, 2

Re: [PATCH] fbdev: geocode: remove unneeded NULL check

2015-01-05 Thread Tomi Valkeinen
On 31/12/14 08:55, Sudip Mukherjee wrote: the check for info is not required as we are checking it immediately after gx1fb_init_fbinfo() and returnig -ENOMEM if it is NULL. Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- drivers/video/fbdev/geode/gx1fb_core.c | 6 ++ 1 file

[PATCH] fbdev: geocode: remove unneeded NULL check

2014-12-30 Thread Sudip Mukherjee
the check for info is not required as we are checking it immediately after gx1fb_init_fbinfo() and returnig -ENOMEM if it is NULL. Signed-off-by: Sudip Mukherjee --- drivers/video/fbdev/geode/gx1fb_core.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git

[PATCH] fbdev: geocode: remove unneeded NULL check

2014-12-30 Thread Sudip Mukherjee
the check for info is not required as we are checking it immediately after gx1fb_init_fbinfo() and returnig -ENOMEM if it is NULL. Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- drivers/video/fbdev/geode/gx1fb_core.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff