[parisc-linux-cvs] linux deller

Helge Deller parisc-linux@lists.parisc-linux.org
Tue, 12 Aug 2003 01:11:14 -0600 (MDT)


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));