Thread (2501 messages) 2501 messages, 3 authors, 2010-11-15

RE: [PATCH] OMAP: DSS2: OMAPFB: Fix null pointer check

From: Nilofer, Samreen <hidden>
Date: 2010-11-15 12:57:11
Also in: linux-omap

Belisko Marek wrote:
On Fri, Nov 12, 2010 at 12:47 PM, Samreen [off-list ref] wrote:
quoted
A null pointer check added.

Signed-off-by: Samreen <redacted>
---
 drivers/video/omap2/omapfb/omapfb-main.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/video/omap2/omapfb/omapfb-main.c
b/drivers/video/omap2/omapfb/omapfb-main.c
index 6a704f1..55bed89 100644
--- a/drivers/video/omap2/omapfb/omapfb-main.c
+++ b/drivers/video/omap2/omapfb/omapfb-main.c
@@ -2133,6 +2133,8 @@ static int omapfb_parse_def_modes(struct
omapfb2_device *fbdev)        int r = 0;

       str = kmalloc(strlen(def_mode) + 1, GFP_KERNEL); +       if (str =
NULL) +               return -EINVAL;
Shouldn't be rerutn _ENNOMEM; instead to get correct error code?
[Samreen]
   Will fix this.
quoted
       strcpy(str, def_mode);
       options = str;

--
1.5.6.3

--
To unsubscribe from this list: send the line "unsubscribe linux-omap"
in the body of a message to majordomo@vger.kernel.org More majordomo
info at  http://vger.kernel.org/majordomo-info.html
thank,

marek
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help