summaryrefslogtreecommitdiffstats
path: root/sys/dev/sfxge/common/siena_nvram.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sfxge/common/siena_nvram.c')
-rw-r--r--sys/dev/sfxge/common/siena_nvram.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/sfxge/common/siena_nvram.c b/sys/dev/sfxge/common/siena_nvram.c
index 7eaceee..ecc5195 100644
--- a/sys/dev/sfxge/common/siena_nvram.c
+++ b/sys/dev/sfxge/common/siena_nvram.c
@@ -54,7 +54,8 @@ siena_nvram_partn_size(
goto fail1;
}
- if ((rc = efx_mcdi_nvram_info(enp, partn, sizep, NULL, NULL)) != 0) {
+ if ((rc = efx_mcdi_nvram_info(enp, partn, sizep,
+ NULL, NULL, NULL)) != 0) {
goto fail2;
}
OpenPOWER on IntegriCloud