Reacted on compiler warning of Debian buildd

This commit is contained in:
2011-11-22 19:16:59 +00:00
parent 8d6c28b6c5
commit 6629d05eea
2 changed files with 2 additions and 2 deletions

View File

@ -411,7 +411,7 @@ static int sgio_log_reply(unsigned char *opcode, int data_dir,
ret = scsi_log_reply(opcode, data_dir, data, dxfer_len, fp_in,
sense, sense_len, duration, flag);
return 1;
return ret;
}