summaryrefslogtreecommitdiffstats
path: root/sys/dev/stge/if_stge.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/stge/if_stge.c')
-rw-r--r--sys/dev/stge/if_stge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/stge/if_stge.c b/sys/dev/stge/if_stge.c
index a93dda7..0164eb8 100644
--- a/sys/dev/stge/if_stge.c
+++ b/sys/dev/stge/if_stge.c
@@ -508,7 +508,7 @@ stge_attach(device_t dev)
}
}
- if ((error = stge_dma_alloc(sc) != 0))
+ if ((error = stge_dma_alloc(sc)) != 0)
goto fail;
/*
OpenPOWER on IntegriCloud