net/mlx5: remove unused interface name query
authorShahaf Shuler <shahafs@mellanox.com>
Tue, 21 Feb 2017 14:37:23 +0000 (16:37 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 4 Apr 2017 13:52:50 +0000 (15:52 +0200)
Interface name is queried, however never used.

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
drivers/net/mlx5/mlx5_stats.c

index a48ebea..a211841 100644 (file)
@@ -187,17 +187,12 @@ priv_xstats_init(struct priv *priv)
        struct mlx5_xstats_ctrl *xstats_ctrl = &priv->xstats_ctrl;
        unsigned int i;
        unsigned int j;
-       char ifname[IF_NAMESIZE];
        struct ifreq ifr;
        struct ethtool_drvinfo drvinfo;
        struct ethtool_gstrings *strings = NULL;
        unsigned int dev_stats_n;
        unsigned int str_sz;
 
-       if (priv_get_ifname(priv, &ifname)) {
-               WARN("unable to get interface name");
-               return;
-       }
        /* How many statistics are available. */
        drvinfo.cmd = ETHTOOL_GDRVINFO;
        ifr.ifr_data = (caddr_t)&drvinfo;