diff options
Diffstat (limited to 'board/v38b')
-rw-r--r-- | board/v38b/ethaddr.c | 4 | ||||
-rw-r--r-- | board/v38b/v38b.c | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/board/v38b/ethaddr.c b/board/v38b/ethaddr.c index 1056080..aaa629e 100644 --- a/board/v38b/ethaddr.c +++ b/board/v38b/ethaddr.c @@ -118,7 +118,7 @@ void read_2501_memory(unsigned char *psernum, unsigned char *perr) crcval = 0; for (i=0; i<NBYTES; i++) - + if (!check_device()) *perr = ERR_NO_NUMBER; @@ -224,7 +224,7 @@ static void read_byte(unsigned char *data) rdat = (rdat >> 1) | 0x80; else rdat = rdat >> 1; - + udelay(60); /* at least 60 us */ } /* copy the return value */ diff --git a/board/v38b/v38b.c b/board/v38b/v38b.c index c56c6c8..99fe7db 100644 --- a/board/v38b/v38b.c +++ b/board/v38b/v38b.c @@ -250,4 +250,3 @@ void hw_watchdog_reset(void) { /* TODO fill this in */ } - |