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

(-)drivers/ata/libata-sff.c.orig (+3 lines)
Lines 1295-1300 Link Here
1295
		poll_next = 0;
1295
		poll_next = 0;
1296
		break;
1296
		break;
1297
	default:
1297
	default:
1298
		printk(KERN_ERR "%s: ata%u: dev %u protocol %d task_state %d (dev_stat 0x%X)\n",
1299
			__func__, ap->print_id, qc->dev->devno, qc->tf.protocol,
1300
			ap->hsm_task_state, status);
1298
		poll_next = 0;
1301
		poll_next = 0;
1299
		BUG();
1302
		BUG();
1300
	}
1303
	}

Return to bug 434460