summaryrefslogtreecommitdiffstats
path: root/mx29f002.c
diff options
context:
space:
mode:
Diffstat (limited to 'mx29f002.c')
-rw-r--r--mx29f002.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mx29f002.c b/mx29f002.c
index 31e924a..ac363ef 100644
--- a/mx29f002.c
+++ b/mx29f002.c
@@ -79,7 +79,7 @@ int erase_29f002(struct flashchip *flash)
*(bios + 0x3bfff) = 0x30;
#endif
- return (0);
+ return 0;
}
int write_29f002(struct flashchip *flash, uint8_t *buf)
@@ -113,5 +113,5 @@ int write_29f002(struct flashchip *flash, uint8_t *buf)
#endif
printf("\n");
- return (0);
+ return 0;
}
OpenPOWER on IntegriCloud