Skip to content

Commit

Permalink
firewire: fw-sbp2: use correct speed in sbp2_agent_reset
Browse files Browse the repository at this point in the history
noticed by Jay Fenlason

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Acked-by: Kristian Høgsberg <krh@redhat.com>
  • Loading branch information
Stefan Richter committed Jul 9, 2007
1 parent 6f06148 commit ffd0db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/firewire/fw-sbp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ static int sbp2_agent_reset(struct fw_unit *unit)
return -ENOMEM;

fw_send_request(device->card, t, TCODE_WRITE_QUADLET_REQUEST,
sd->node_id, sd->generation, SCODE_400,
sd->node_id, sd->generation, device->max_speed,
sd->command_block_agent_address + SBP2_AGENT_RESET,
&zero, sizeof(zero), complete_agent_reset_write, t);

Expand Down

0 comments on commit ffd0db2

Please sign in to comment.