patch-2.4.23 linux-2.4.23/drivers/ieee1394/highlevel.c

Next file: linux-2.4.23/drivers/ieee1394/highlevel.h
Previous file: linux-2.4.23/drivers/ieee1394/eth1394.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/drivers/ieee1394/highlevel.c linux-2.4.23/drivers/ieee1394/highlevel.c
@@ -436,7 +436,7 @@
 }
 
 void highlevel_iso_receive(struct hpsb_host *host, void *data,
-                           unsigned int length)
+			   size_t length)
 {
         struct list_head *entry;
         struct hpsb_highlevel *hl;
@@ -456,7 +456,7 @@
 }
 
 void highlevel_fcp_request(struct hpsb_host *host, int nodeid, int direction,
-                           void *data, unsigned int length)
+			   void *data, size_t length)
 {
         struct list_head *entry;
         struct hpsb_highlevel *hl;

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