patch-2.3.35 linux/net/irda/parameters.c

Next file: linux/net/irda/qos.c
Previous file: linux/net/irda/irttp.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.34/linux/net/irda/parameters.c linux/net/irda/parameters.c
@@ -6,7 +6,7 @@
  * Status:        Experimental.
  * Author:        Dag Brattli <dagb@cs.uit.no>
  * Created at:    Mon Jun  7 10:25:11 1999
- * Modified at:   Fri Nov  5 08:20:38 1999
+ * Modified at:   Tue Dec 14 16:03:57 1999
  * Modified by:   Dag Brattli <dagb@cs.uit.no>
  * 
  *     Copyright (c) 1999 Dag Brattli, All Rights Reserved.
@@ -88,7 +88,7 @@
 	ret = (*func)(self, &p, PV_GET);
 
 	/* Extract values anyway, since handler may need them */
-	irda_param_pack(buf, "bb", p.pi, &p.pl);
+	irda_param_pack(buf, "bb", p.pi, p.pl);
 
 	if (ret < 0)
 		return ret;

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