Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137633
b: refs/heads/master
c: 3f2154d
h: refs/heads/master
i:
  137631: 633dfa8
v: v3
  • Loading branch information
Borislav Petkov authored and Bartlomiej Zolnierkiewicz committed Mar 27, 2009
1 parent ac1fafc commit 6e8af1d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 13b8860d102de3daa4a4bf23542495b507edd7e9
refs/heads/master: 3f2154d7e701a8a4791de95765314219caa533a2
2 changes: 1 addition & 1 deletion trunk/drivers/ide/ide-cd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/ide/ide-cd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */

Expand Down

0 comments on commit 6e8af1d

Please sign in to comment.