summaryrefslogtreecommitdiffstats
path: root/lib/librte_eal/common/arch/ppc_64/rte_cpuflags.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_eal/common/arch/ppc_64/rte_cpuflags.c')
-rw-r--r--lib/librte_eal/common/arch/ppc_64/rte_cpuflags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librte_eal/common/arch/ppc_64/rte_cpuflags.c b/lib/librte_eal/common/arch/ppc_64/rte_cpuflags.c
index fcf96e04..970a61c5 100644
--- a/lib/librte_eal/common/arch/ppc_64/rte_cpuflags.c
+++ b/lib/librte_eal/common/arch/ppc_64/rte_cpuflags.c
@@ -108,7 +108,7 @@ rte_cpu_get_features(hwcap_registers_t out)
Elf64_auxv_t auxv;
auxv_fd = open("/proc/self/auxv", O_RDONLY);
- assert(auxv_fd);
+ assert(auxv_fd != -1);
while (read(auxv_fd, &auxv,
sizeof(Elf64_auxv_t)) == sizeof(Elf64_auxv_t)) {
if (auxv.a_type == AT_HWCAP)