diff options
| -rw-r--r-- | drivers/video/mxc/mxc_ipuv3_fb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/mxc/mxc_ipuv3_fb.c b/drivers/video/mxc/mxc_ipuv3_fb.c index 9d074f9e7a80..1fbfc9dd980a 100644 --- a/drivers/video/mxc/mxc_ipuv3_fb.c +++ b/drivers/video/mxc/mxc_ipuv3_fb.c @@ -1,5 +1,5 @@ /* - * Copyright 2004-2014 Freescale Semiconductor, Inc. All Rights Reserved. + * Copyright 2004-2015 Freescale Semiconductor, Inc. All Rights Reserved. */ /* @@ -2275,7 +2275,7 @@ static int mxcfb_get_of_property(struct platform_device *pdev, { struct device_node *np = pdev->dev.of_node; const char *disp_dev; - const char *mode_str; + const char *mode_str = NULL; const char *pixfmt; int err; int len; |
