summaryrefslogtreecommitdiff
path: root/board/cm4008/cm4008.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cm4008/cm4008.c')
-rw-r--r--board/cm4008/cm4008.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cm4008/cm4008.c b/board/cm4008/cm4008.c
index a306f25cab..4d2013b407 100644
--- a/board/cm4008/cm4008.c
+++ b/board/cm4008/cm4008.c
@@ -86,7 +86,7 @@ int board_init (void)
/* power down all but port 0 on the switch */
ks8695_write(KS8695_SWITCH_LPPM12, 0x00000005);
ks8695_write(KS8695_SWITCH_LPPM34, 0x00050005);
-
+
return 0;
}