Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 274182
Collapse All | Expand All

(-)a/drivers/ide/ide-cd.c (-1 / +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 */

Return to bug 274182