Commit 0c8aab5d authored by Linus Torvalds's avatar Linus Torvalds Committed by Linus Torvalds

Oops, fix over-eager search-and-replace.

parent 59aa7245
...@@ -518,7 +518,7 @@ void cdrom_analyze_sense_data(ide_drive_t *drive, ...@@ -518,7 +518,7 @@ void cdrom_analyze_sense_data(ide_drive_t *drive,
*/ */
static void cdrom_prepare_request(struct request *rq) static void cdrom_prepare_request(struct request *rq)
{ {
cdrom_prepare_request(rq); ide_init_drive_cmd(rq);
rq->flags = REQ_PC; rq->flags = REQ_PC;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment