[flashrom] [PATCH 1/1] Fix programmer-centric probe (patch v2)
Michael Karcher
flashrom at mkarcher.dialup.fu-berlin.de
Fri Dec 23 00:28:14 CET 2011
Am Freitag, den 23.12.2011, 00:24 +0100 schrieb Carl-Daniel Hailfinger:
> Am 22.12.2011 08:28 schrieb Michael Karcher:
> > Am Donnerstag, den 22.12.2011, 08:15 +0100 schrieb Michael Karcher:
> >> Signed-off-by: Michael Karcher <flashrom at mkarcher.dialup.fu-berlin.de>
> >>
> >> + while (chipcount < ARRAY_SIZE(flashes)) {
> >> startchip = probe_flash(®istered_programmers[j],
> >> - startchip, &flashes[i], 0);
> >> + startchip,
> >> + &flashes[chipcount], 0);
> >> if (startchip == -1)
>
> Looks good. Thanks for fixing up after my megapatch.
>
> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>
committed in r1479.
Thanks for the ack.
Regards,
Michael Karcher
More information about the flashrom
mailing list