diff options
Diffstat (limited to 'drivers/firewire/net.c')
-rw-r--r-- | drivers/firewire/net.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/firewire/net.c b/drivers/firewire/net.c index 7142eeec8074..da17d409a244 100644 --- a/drivers/firewire/net.c +++ b/drivers/firewire/net.c | |||
@@ -806,8 +806,8 @@ static int fwnet_incoming_packet(struct fwnet_device *dev, __be32 *buf, int len, | |||
806 | 806 | ||
807 | static void fwnet_receive_packet(struct fw_card *card, struct fw_request *r, | 807 | static void fwnet_receive_packet(struct fw_card *card, struct fw_request *r, |
808 | int tcode, int destination, int source, int generation, | 808 | int tcode, int destination, int source, int generation, |
809 | int speed, unsigned long long offset, void *payload, | 809 | unsigned long long offset, void *payload, size_t length, |
810 | size_t length, void *callback_data) | 810 | void *callback_data) |
811 | { | 811 | { |
812 | struct fwnet_device *dev = callback_data; | 812 | struct fwnet_device *dev = callback_data; |
813 | int rcode; | 813 | int rcode; |