[parisc-linux-cvs] linux deller

Helge Deller parisc-linux@lists.parisc-linux.org
Wed, 26 Dec 2001 15:47:34 -0700 (MST)


CVSROOT:	/var/cvs
Module name:	linux
Changes by:	deller	01/12/26 15:47:34

Modified files:
	arch/parisc/kernel: led.c 

Log message:
move strncpy() below tasklet_disable():

-       /* copy display string to buffer for procfs */
-       strncpy(lcd_text, str, sizeof(lcd_text)-1);
-
/* temporarily disable the led tasklet */
tasklet_disable(&led_tasklet);

+       /* copy display string to buffer for procfs */
+       strncpy(lcd_text, str, sizeof(lcd_text)-1);
+