mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-21 06:36:27 +00:00
BIDI fixes
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1329 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+1
-1
@@ -840,7 +840,7 @@ again_poll:
|
||||
|
||||
switch(cmd.subcode) {
|
||||
case SCST_USER_EXEC:
|
||||
if (cmd.exec_cmd.data_direction == SCST_DATA_WRITE) {
|
||||
if (cmd.exec_cmd.data_direction & SCST_DATA_WRITE) {
|
||||
TRACE_BUFFER("Received cmd data",
|
||||
(void *)(unsigned long)cmd.exec_cmd.pbuf,
|
||||
cmd.exec_cmd.bufflen);
|
||||
|
||||
Reference in New Issue
Block a user