Hello Heiko Schocher, The patch 4295f9bf74a8: "video, sm501: add OF binding to support SM501" from Jan 26, 2011, leads to the following static checker warning: drivers/video/fbdev/sm501fb.c:1958 sm501fb_probe() warn: strcpy() 'cp' of unknown size might be too large for 'fb_mode' drivers/video/fbdev/sm501fb.c 46 static char *fb_mode = "640x480-16@60"; [ snip ] 1953 info->pdata = &sm501fb_def_pdata; 1954 if (np) { 1955 /* Get EDID */ 1956 cp = of_get_property(np, "mode", &len); 1957 if (cp) 1958 strcpy(fb_mode, cp); I don't know anything about this hardware but there might be a mode longer than "640x480-16@60"? 1959 prop = of_get_property(np, "edid", &len); 1960 if (prop && len == EDID_LENGTH) { regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html