View | Details | Raw Unified | Return to bug 120053
Collapse All | Expand All

(-)linux-2.6.13/drivers/ide/ide-cd.c~ (+1 lines)
Lines 2159-2164 Link Here
2159
	req.cmd[0] = GPCMD_READ_CDVD_CAPACITY;
2159
	req.cmd[0] = GPCMD_READ_CDVD_CAPACITY;
2160
	req.data = (char *)&capbuf;
2160
	req.data = (char *)&capbuf;
2161
	req.data_len = sizeof(capbuf);
2161
	req.data_len = sizeof(capbuf);
2162
	req.flags |= REQ_QUIET;
2162
2163
2163
	stat = cdrom_queue_packet_command(drive, &req);
2164
	stat = cdrom_queue_packet_command(drive, &req);
2164
	if (stat == 0) {
2165
	if (stat == 0) {

Return to bug 120053