]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/amcc/luan/luan.c
treewide: remove unneeded semicolons
[people/ms/u-boot.git] / board / amcc / luan / luan.c
index 774671db4321b3bb34ea8b0aca61be44665476e6..f98231a8da6cd9c73611df4b52c78d4ea7ad2304 100644 (file)
@@ -161,7 +161,7 @@ static void l2cache_enable(void)    /* see p258 7.4.1 Enabling L2 Cache */
 
        mtdcr( L2_CACHE_CMD, 0x80000000 );      /* issue HCLEAR command via L2_CMD */
 
-       while (!(mfdcr( L2_CACHE_STAT ) & 0x80000000 ))  ;; /* poll L2_SR for completion */
+       while (!(mfdcr( L2_CACHE_STAT ) & 0x80000000 ))  ; /* poll L2_SR for completion */
 
        mtdcr( L2_CACHE_CMD, 0x10000000 );      /* clear cache errors L2_CMD[CCP] */