commit | 239f7e25346e22c4a94bde004d845e7397947c01 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <petkovbb@gmail.com> | Thu Apr 23 08:30:29 2009 +0200 |
committer | Borislav Petkov <petkovbb@gmail.com> | Fri May 15 06:44:41 2009 +0200 |
tree | 3670d9d9093803e6d21955ffd6d0f89440f86737 | |
parent | 19f52a784f7ecb5b51cd73cc4514614b600b995a [diff] |
ide-cd: use whole request_sense buffer in EH Now that we use a static request_sense buffer, use it instead of the first 18 bytes only. Also, remove sense-arg to cdrom_analyze_sense_data and cdrom_log_sense since we can access it through drive->sense_data now. Signed-off-by: Borislav Petkov <petkovbb@gmail.com>