View | Details | Raw Unified | Return to bug 13399 | Differences between
and this patch

Collapse All | Expand All

(-)a/drivers/ide/ide-cd.c (-2 / +1 lines)
Lines 667-673 out_end: Link Here
667
				rq->errors = -EIO;
667
				rq->errors = -EIO;
668
		}
668
		}
669
669
670
		if (uptodate == 0)
670
		if (uptodate == 0 && rq->bio)
671
			ide_cd_error_cmd(drive, cmd);
671
			ide_cd_error_cmd(drive, cmd);
672
672
673
		/* make sure it's fully ended */
673
		/* make sure it's fully ended */
674
- 

Return to bug 13399