CVSROOT: /var/cvs Module name: linux Changes by: deller 03/08/12 01:11:14 Modified files: drivers/video/sti: sticore.c Log message: oops, typo: static int __init sti_setup(char *str) { - if (!str) + if (str) strncpy(default_sti_path, str, sizeof (default_sti_path));