drm/amd: consolidate TA shared memory structures
[linux-2.6-microblaze.git] / drivers / cdrom / cdrom.c
index 90ad34c..feb827e 100644 (file)
@@ -2186,7 +2186,7 @@ static int cdrom_read_cdda_bpc(struct cdrom_device_info *cdi, __u8 __user *ubuf,
 
                len = nr * CD_FRAMESIZE_RAW;
 
-               rq = blk_get_request(q, REQ_OP_SCSI_IN, 0);
+               rq = blk_get_request(q, REQ_OP_DRV_IN, 0);
                if (IS_ERR(rq)) {
                        ret = PTR_ERR(rq);
                        break;