summaryrefslogtreecommitdiff
path: root/util/flashrom/sst39sf020.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/flashrom/sst39sf020.c')
-rw-r--r--util/flashrom/sst39sf020.c4
1 files changed, 2 insertions, 2 deletions
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;
}