summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-10-18 22:44:38 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-10-18 22:44:38 +0200
commitfcfed4f2f234836a0b308fd0a782f4625cd40bad (patch)
treec506ac3af7a1cda947d10e051e62cd669105a6f1 /board
parent3231ea64f460e6f55fea14582f2b0dd463744113 (diff)
downloadblackbird-obmc-uboot-fcfed4f2f234836a0b308fd0a782f4625cd40bad.tar.gz
blackbird-obmc-uboot-fcfed4f2f234836a0b308fd0a782f4625cd40bad.zip
Coding Style cleanup.
Diffstat (limited to 'board')
-rw-r--r--board/v38b/ethaddr.c4
-rw-r--r--board/v38b/v38b.c1
2 files changed, 2 insertions, 3 deletions
diff --git a/board/v38b/ethaddr.c b/board/v38b/ethaddr.c
index 105608051c..aaa629ef61 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 c56c6c84d2..99fe7dbc3c 100644
--- a/board/v38b/v38b.c
+++ b/board/v38b/v38b.c
@@ -250,4 +250,3 @@ void hw_watchdog_reset(void)
{
/* TODO fill this in */
}
-
OpenPOWER on IntegriCloud