From: Stefan Richter Date: Sun, 3 Feb 2008 22:08:58 +0000 (+0100) Subject: firewire: fw-sbp2: wait for completion of fetch agent reset X-Git-Tag: v2.6.25-rc4~158^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0e60215552d4d40caf581a8d3247203fe948fe7;p=pandora-kernel.git firewire: fw-sbp2: wait for completion of fetch agent reset Like the old sbp2 driver, wait for the write transaction to the AGENT_RESET to complete before proceeding (after login, after reconnect, or in SCSI error handling). There is one occasion where AGENT_RESET is written to from atomic context when getting DEAD status for a command ORB. There we still continue without waiting for the transaction to complete because this is more difficult to fix... Signed-off-by: Stefan Richter --- Reading git-diff-tree failed