mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
ide-cd: use ide_drive_t's rq in cdrom_queue_request_sense
There should be no functionality change resulting from this patch. Suggested-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Borislav Petkov <petkovbb@gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
13b8860d10
commit
3f2154d7e7
@ -213,7 +213,7 @@ static void cdrom_queue_request_sense(ide_drive_t *drive, void *sense,
|
||||
struct request *failed_command)
|
||||
{
|
||||
struct cdrom_info *info = drive->driver_data;
|
||||
struct request *rq = &info->request_sense_request;
|
||||
struct request *rq = &drive->request_sense_rq;
|
||||
|
||||
ide_debug_log(IDE_DBG_SENSE, "enter");
|
||||
|
||||
|
@ -91,8 +91,6 @@ struct cdrom_info {
|
||||
on this device. */
|
||||
struct request_sense sense_data;
|
||||
|
||||
struct request request_sense_request;
|
||||
|
||||
u8 max_speed; /* Max speed of the drive. */
|
||||
u8 current_speed; /* Current speed of the drive. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user