aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2012-09-13 01:11:24 +0100
committerBen Hutchings <bhutchings@solarflare.com>2013-08-21 14:20:19 +0100
commite847b53e9e3c6f7818fe2fcd1082148423020ccc (patch)
treec4593a3e3b133584c2589f5e600d294625df35b9
parentsfc: const-qualify source pointers for MMIO write functions (diff)
downloadlinux-dev-e847b53e9e3c6f7818fe2fcd1082148423020ccc.tar.xz
linux-dev-e847b53e9e3c6f7818fe2fcd1082148423020ccc.zip
sfc: Use efx_mcdi_mon() to find efx_mcdi_mon structure from efx_nic
This needs to be done before we separate MCDI from siena_nic_data. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
-rw-r--r--drivers/net/ethernet/sfc/mcdi_mon.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ethernet/sfc/mcdi_mon.c b/drivers/net/ethernet/sfc/mcdi_mon.c
index 1d552f0664d7..fe42c3bffd92 100644
--- a/drivers/net/ethernet/sfc/mcdi_mon.c
+++ b/drivers/net/ethernet/sfc/mcdi_mon.c
@@ -400,8 +400,7 @@ fail:
void efx_mcdi_mon_remove(struct efx_nic *efx)
{
- struct siena_nic_data *nic_data = efx->nic_data;
- struct efx_mcdi_mon *hwmon = &nic_data->hwmon;
+ struct efx_mcdi_mon *hwmon = efx_mcdi_mon(efx);
unsigned int i;
for (i = 0; i < hwmon->n_attrs; i++)