net/qede/base: update FW to 8.40.25.0
[dpdk.git] / drivers / net / qede / base / ecore_init_ops.h
index 21e4333..0cbf293 100644 (file)
@@ -95,6 +95,6 @@ void ecore_init_store_rt_agg(struct ecore_hwfn *p_hwfn,
                             osal_size_t       size);
 
 #define STORE_RT_REG_AGG(hwfn, offset, val)                    \
-       ecore_init_store_rt_agg(hwfn, offset, (u32 *)&val, sizeof(val))
+       ecore_init_store_rt_agg(hwfn, offset, (u32 *)&(val), sizeof(val))
 
 #endif /* __ECORE_INIT_OPS__ */