Commit 49665fa3 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

wnaspi32: Remove unneeded cast.

parent ad6a7a78
......@@ -425,7 +425,7 @@ adapter name */
FIXME("Not implemented SC_GET_DEV_TYPE\n");
break;
case SC_EXEC_SCSI_CMD:
return ASPI_ExecScsiCmd((DWORD)ptrSRB, mode);
return ASPI_ExecScsiCmd(ptrSRB, mode);
case SC_RESET_DEV:
FIXME("Not implemented SC_RESET_DEV\n");
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment