Skip to content

Commit

Permalink
fixed compiler warning about scsi_thread
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Nov 15, 2023
1 parent b6a4562 commit eadd20e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/a2091.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3921,6 +3921,7 @@ static int scsi_thread (void *wdv)
wd_execute_cmd(wds, cmd, msg, unit);
}
wds->scsi_thread_running = -1;
return 0;
}

void init_wd_scsi (struct wd_state *wd, bool dma24bit)
Expand Down

0 comments on commit eadd20e

Please sign in to comment.