From patchwork Fri Apr 16 16:21:10 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Don't ignore wait_82802ab() return value Date: Fri, 16 Apr 2010 15:21:10 -0000 From: Stefan Reinauer X-Patchwork-Id: 1239 Message-Id: <4BC88E76.5050709@coresystems.de> To: flashrom See patch. Index: sst49lfxxxc.c =================================================================== --- sst49lfxxxc.c (revision 993) +++ sst49lfxxxc.c (working copy) @@ -84,6 +84,7 @@ chip_writeb(0xD0, bios + address); status = wait_82802ab(bios); + print_status_82802ab(status); if (check_erased_range(flash, address, sector_size)) { msg_cerr("ERASE FAILED!\n");