summaryrefslogtreecommitdiffstats
path: root/cpu/ixp/npe/IxNpeDlNpeMgrUtils.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/ixp/npe/IxNpeDlNpeMgrUtils.c')
-rw-r--r--cpu/ixp/npe/IxNpeDlNpeMgrUtils.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpu/ixp/npe/IxNpeDlNpeMgrUtils.c b/cpu/ixp/npe/IxNpeDlNpeMgrUtils.c
index 9dcf3c1e4d..18cac50208 100644
--- a/cpu/ixp/npe/IxNpeDlNpeMgrUtils.c
+++ b/cpu/ixp/npe/IxNpeDlNpeMgrUtils.c
@@ -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)
OpenPOWER on IntegriCloud