patch-2.2.17 linux/net/irda/parameters.c
Next file: linux/net/sunrpc/sched.c
Previous file: linux/net/irda/irttp.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Mon Sep 4 18:39:29 2000
- Orig file:
v2.2.16/net/irda/parameters.c
- Orig date:
Mon Sep 4 18:37:24 2000
diff -u --recursive --new-file v2.2.16/net/irda/parameters.c linux/net/irda/parameters.c
@@ -513,10 +513,7 @@
buf[0]);
/* Skip this parameter */
- n += (2 + buf[n+1]);
- len -= (2 + buf[n+1]);
-
- return 0; /* Continue */
+ return 2 + buf[n + 1]; /* Continue */
}
/* Lookup the info on how to parse this parameter */
@@ -532,10 +529,7 @@
if (!pi_minor_info->func) {
MESSAGE(__FUNCTION__"(), no handler for pi=%#x\n", buf[n]);
/* Skip this parameter */
- n += (2 + buf[n+1]);
- len -= (2 + buf[n+1]);
-
- return 0; /* Continue */
+ return 2 + buf[n + 1]; /* Continue */
}
/* Parse parameter value */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)