[PATCH] ide-cd: one more missing REQ_TYPE_CMD_ATA check

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

+1 -1
+1 -1
drivers/ide/ide-cd.c
··· 716 716 ide_error(drive, "request sense failure", stat); 717 717 return 1; 718 718 719 - } else if (blk_pc_request(rq)) { 719 + } else if (blk_pc_request(rq) || rq->cmd_type == REQ_TYPE_ATA_PC) { 720 720 /* All other functions, except for READ. */ 721 721 unsigned long flags; 722 722