firewire: Don't time out command orbs, leave that to the scsi stack.
authorKristian Høgsberg <krh@redhat.com>
Wed, 7 Mar 2007 17:12:47 +0000 (12:12 -0500)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Fri, 9 Mar 2007 21:03:10 +0000 (22:03 +0100)
commit2aaad97be6b58ae865f402fcd27d138e7346ff81
tree10a7f3d7adee7aac8e1d0c71ea2f14446665d19c
parent048961ef90b584d00ec79c75cb7c7b28403f0c87
firewire: Don't time out command orbs, leave that to the scsi stack.

The mod_timer based timing out of orb was a little to agressive and
would time out legit, but long-lived scsi cmds.  Besides, the scsi
stack keeps track of this already.  Since we're only timing out
management orbs, go back to wait_for_completion_timeout.

Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/fw-sbp2.c