-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "fw_fcp: abort transaction at bus reset"
This reverts commit 71d5953 since Linux FireWire subsystem does not gurantee the order of events for bus reset and asynchronous request subaction. It is likely to operate the asynchronous request subaction wrongly due to generation of bus topology different from the generation cached in user space. Signed-off-by: Takashi Sakamoto <[email protected]>
- Loading branch information
Takashi Sakamoto
committed
Aug 22, 2023
1 parent
05e95b9
commit 1548bb5
Showing
3 changed files
with
3 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -153,7 +153,6 @@ typedef enum { | |
* HinawaFwFcpError: | ||
* @HINAWA_FW_FCP_ERROR_TIMEOUT: The transaction is canceled due to response timeout. | ||
* @HINAWA_FW_FCP_ERROR_LARGE_RESP: The size of response is larger than expected. | ||
* @HINAWA_FW_FCP_ERROR_ABORTED: The transaction is aborted due to bus reset. | ||
* | ||
* A set of error code for [[email protected]] with domain which equals to Hinawa.FwFcpError. | ||
* | ||
|
@@ -162,7 +161,6 @@ typedef enum { | |
typedef enum { | ||
HINAWA_FW_FCP_ERROR_TIMEOUT, | ||
HINAWA_FW_FCP_ERROR_LARGE_RESP, | ||
HINAWA_FW_FCP_ERROR_ABORTED, | ||
} HinawaFwFcpError; | ||
|
||
G_END_DECLS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters