Look at the return value of wait_82802ab()

Corresponding to flashrom svn r1347.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
diff --git a/sst49lfxxxc.c b/sst49lfxxxc.c
index 046b9f3..392d7a8 100644
--- a/sst49lfxxxc.c
+++ b/sst49lfxxxc.c
@@ -68,6 +68,7 @@
 	chip_writeb(0xD0, bios + address);
 
 	status = wait_82802ab(flash);
+	print_status_82802ab(status);
 
 	if (check_erased_range(flash, address, sector_size)) {
 		msg_cerr("ERASE FAILED!\n");