Thread (5 messages) flat view 5 messages, 4 authors, 2012-09-10

Re: [PATCH][v3] sata_fsl: add workaround for data length mismatch on freescale V2 controller

From: Sergei Shtylyov <hidden>
Date: 2012-09-10 10:23:00
Also in: linux-ide, lkml

Hello.

On 10-09-2012 6:53, Xie Shaohui-B21989 wrote:
quoted
quoted
+	/* Workaround for data length mismatch errata */
+	if (unlikely(hstatus & INT_ON_DATA_LENGTH_MISMATCH)) {
+		for (tag = 0; tag < ATA_MAX_QUEUE; tag++) {
+			qc = ata_qc_from_tag(ap, tag);
+			if (qc && ata_is_atapi(qc->tf.protocol)) {
+				u32 hcontrol;
+#define HCONTROL_CLEAR_ERROR	(1 << 27)
quoted
shouldn't we have this #define be part of the enum that the other
HCONTROL_ bits/flags are part of?
[S.H] do you mean this?
    Apparently not. He said *enum*, not #define.
#ifdef SATA_FSL_XXX_ERRATUAM
    We don't need that at all.
#define HCONTROL_CLEAR_ERROR	(1 << 27)
#endif
MBR, Sergei
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help