patch-2.4.15 linux/drivers/s390/misc/chandev.c

Next file: linux/drivers/s390/s390io.c
Previous file: linux/drivers/s390/char/tapechar.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.14/linux/drivers/s390/misc/chandev.c linux/drivers/s390/misc/chandev.c
@@ -2428,8 +2428,7 @@
 					else if(ints[0]==2)
 						ints[3]=ints[2];
 					chandev_add_parms(ints[1],ints[2],ints[3],currstr);
-//					currstr=currstr+strlen(currstr)+1;
-					continue;
+					goto NextOption;
 				}
 				else
 					goto BadArgs;
@@ -2696,6 +2695,7 @@
 		}
 		else
 			goto BadArgs;
+	NextOption:
 		if(cnt<strcnt)
 		{
 			/* eat up stuff till next string */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)