From: Kristian Høgsberg Date: Wed, 7 Mar 2007 17:12:47 +0000 (-0500) Subject: firewire: Don't time out command orbs, leave that to the scsi stack. X-Git-Tag: v2.6.22-rc1~111^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aaad97be6b58ae865f402fcd27d138e7346ff81;p=pandora-kernel.git 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 Signed-off-by: Stefan Richter --- Reading git-diff-tree failed