]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - cpu/ixp/npe/IxNpeDlNpeMgrUtils.c
imported Ka-Ro specific additions to U-Boot 2009.08 for TX28
[karo-tx-uboot.git] / cpu / ixp / npe / IxNpeDlNpeMgrUtils.c
index 9dcf3c1e4d297d22ce98e5c1d3a88e64515df365..18cac5020886a4c8e7c40e3f1c1f78cd17b729a0 100755 (executable)
@@ -613,9 +613,9 @@ ixNpeDlNpeMgrLogicalRegWrite (
 
     if (verify)
     {
-       status = ixNpeDlNpeMgrLogicalRegRead (npeBaseAddress, regAddr,
-                                                  regSize, ctxtNum, &retRegVal);
-                                                  
+       status = ixNpeDlNpeMgrLogicalRegRead (npeBaseAddress, regAddr,
+                                                  regSize, ctxtNum, &retRegVal);
+                                                  
         if (IX_SUCCESS == status)
         {
             if (regVal != retRegVal)