commit | 81e3f64a9b2d837717a58606d9f22420a47fdf68 | [log] [tgz] |
---|---|---|
author | Benjamin Poirier <bpoirier@suse.com> | Tue May 16 15:55:16 2017 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Jun 06 01:04:13 2017 -0700 |
tree | 33f9494046c18fc5acf5ae3d89707c4d5b889295 | |
parent | e5f36ad14c93f2ca0b8b865f05cfa146c57c826d [diff] |
igb: Remove useless argument Given that all callers of igb_update_stats() pass the same two arguments: (adapter, &adapter->stats64), the second argument can be removed. Signed-off-by: Benjamin Poirier <bpoirier@suse.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>