summaryrefslogtreecommitdiffstats
path: root/sst39sf020.c
diff options
context:
space:
mode:
Diffstat (limited to 'sst39sf020.c')
-rw-r--r--sst39sf020.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sst39sf020.c b/sst39sf020.c
index bfcead6..197d612 100644
--- a/sst39sf020.c
+++ b/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;
}
OpenPOWER on IntegriCloud