diff options
Diffstat (limited to 'drivers/firewire/sbp2.c')
-rw-r--r-- | drivers/firewire/sbp2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/firewire/sbp2.c b/drivers/firewire/sbp2.c index ae715c82da2e..1931964c4fbf 100644 --- a/drivers/firewire/sbp2.c +++ b/drivers/firewire/sbp2.c | |||
@@ -410,8 +410,7 @@ static void free_orb(struct kref *kref) | |||
410 | 410 | ||
411 | static void sbp2_status_write(struct fw_card *card, struct fw_request *request, | 411 | static void sbp2_status_write(struct fw_card *card, struct fw_request *request, |
412 | int tcode, int destination, int source, | 412 | int tcode, int destination, int source, |
413 | int generation, int speed, | 413 | int generation, unsigned long long offset, |
414 | unsigned long long offset, | ||
415 | void *payload, size_t length, void *callback_data) | 414 | void *payload, size_t length, void *callback_data) |
416 | { | 415 | { |
417 | struct sbp2_logical_unit *lu = callback_data; | 416 | struct sbp2_logical_unit *lu = callback_data; |