Am 29.04.2011 16:01 schrieb Michael Karcher:
Signed-off-by: Michael Karcherflashrom@mkarcher.dialup.fu-berlin.de
Thanks for the patch and for tracking this down and for writing a thorough analysis!
Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Could you fix the whitespace before commit?
@@ -581,6 +588,7 @@ static int ich7_run_opcode(OPCODE op, uint32_t offset, case 1: /* Atomic command (preop+op) */ temp16 |= SPIC_ACS;
timeout = 100 * 1000* 60; /* 60 seconds */
Should have a space after 1000
break;
}
@@ -720,6 +734,7 @@ static int ich9_run_opcode(OPCODE op, uint32_t offset, case 1: /* Atomic command (preop+op) */ temp32 |= SSFC_ACS;
timeout = 100 * 1000* 60; /* 60 seconds */
Same here.
break;
}
Regards, Carl-Daniel
Am Samstag, den 30.04.2011, 00:07 +0200 schrieb Carl-Daniel Hailfinger:
Am 29.04.2011 16:01 schrieb Michael Karcher:
Signed-off-by: Michael Karcherflashrom@mkarcher.dialup.fu-berlin.de
Thanks for the patch and for tracking this down and for writing a thorough analysis!
Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Thanks, r1290.
Regards, Michael Karcher