From 290d2340a3d54dbeb335c1f8a3dd12ff5101efdf Mon Sep 17 00:00:00 2001 From: snelson Date: Mon, 22 Mar 2010 06:57:02 +0000 Subject: fix a few typos from the last commit. Signed-off-by: Sean Nelson Acked-by: Sean Nelson git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@966 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- 82802ab.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '82802ab.c') diff --git a/82802ab.c b/82802ab.c index 3aa76b4..68054e2 100644 --- a/82802ab.c +++ b/82802ab.c @@ -206,10 +206,10 @@ int write_82802ab(struct flashchip *flash, uint8_t *buf) return 0; } -int unlock_28f004s5(struct flashrom *flash) +int unlock_28f004s5(struct flashchip *flash) { chipaddr bios = flash->virtual_memory; - uint8_t mcfg, bcfg, need_unlock = 0, can_unlock = 0; + uint8_t mcfg, bcfg, need_unlock = 0, can_unlock = 0, i; /* Clear status register */ chip_writeb(0x50, bios); -- cgit v1.2.1