[flashrom] [PATCH] Print FWH chip status only if something is wrong

Stefan Tauner stefan.tauner at student.tuwien.ac.at
Sun Jun 19 23:01:07 CEST 2011


On Sun, 19 Jun 2011 22:49:15 +0200
Michael Karcher <flashrom at mkarcher.dialup.fu-berlin.de> wrote:

> This is especially important for the SST FWH compatible chips with 4K sector
> size, where status printing for that small size was omitted up to r1347.
> 
> Signed-off-by: Michael Karcher <flashrom at mkarcher.dialup.fu-berlin.de>
> ---
> -	print_status_82802ab(status);
> +	if (status != 0x80)	/* Ready, no error bits */
> +		print_status_82802ab(status);

for my mind the comments are inverted.
-- 
Kind regards/Mit freundlichen Grüßen, Stefan Tauner




More information about the flashrom mailing list