diff options
| author | Bruce Allan <[email protected]> | 2018-12-19 10:03:20 -0800 |
|---|---|---|
| committer | Jeff Kirsher <[email protected]> | 2019-01-15 08:44:05 -0800 |
| commit | 3d505147178b9f310008da4fad14743824d235a9 (patch) | |
| tree | e9dfaf6e5a56c935656d3922347b02b7ce992fad /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
| parent | b71acb0e372160167bf6d5500b88b30b52ccef6e (diff) | |
ice: Fix unused variable build warning
Commit 2fd527b72bb6 ("net: ndo_bridge_setlink: Add extack") added a new
parameter "extack" to ice_bridge_setlink but this parameter isn't used
by the function. This results in a warning: unused parameter ‘extack’
[-Wunused-parameter]. Fix that by adding an "__always_unused" qualifier.
Signed-off-by: Bruce Allan <[email protected]>
Signed-off-by: Anirudh Venkataramanan <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions