Reacted on compiler warning

This commit is contained in:
Thomas Schmitt 2007-09-22 19:30:45 +00:00
parent 282e228a6b
commit 606c863a55
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ void sbc_load(struct burn_drive *d)
c.retry = 1;
/* ts A70921 : Had to revoke Immed because of LG GSA-4082B */
/* c.opcode[1] |= 1; /* ts A70918 : Immed */
/* c.opcode[1] |= 1; / * ts A70918 : Immed */
c.dir = NO_TRANSFER;
d->issue_command(d, &c);