From ba9ce9f7f986ba2a3f4d88b7cb53e0704b7d2708 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 23 Aug 2007 16:08:21 +0000 Subject: Cosmetic fixes (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2748 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flashrom/sst39sf020.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/flashrom/sst39sf020.c') diff --git a/util/flashrom/sst39sf020.c b/util/flashrom/sst39sf020.c index bfcead6c6c..197d61259a 100644 --- a/util/flashrom/sst39sf020.c +++ b/util/flashrom/sst39sf020.c @@ -42,7 +42,7 @@ static __inline__ int erase_sector_39sf020(volatile uint8_t *bios, /* wait for Toggle bit ready */ toggle_ready_jedec(bios); - return (0); + return 0; } int write_39sf020(struct flashchip *flash, uint8_t *buf) @@ -65,5 +65,5 @@ int write_39sf020(struct flashchip *flash, uint8_t *buf) } printf("\n"); - return (0); + return 0; } -- cgit v1.2.3