aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorDanny Kukawka <[email protected]>2012-02-02 03:20:28 +0000
committerDavid S. Miller <[email protected]>2012-02-02 16:47:41 -0500
commite1f4c485cdb2b1d7aae172b731f6c2b403381ebb (patch)
tree9e4a8024f8144479295658bb31252a349195cdcc /tools/perf/scripts/python/net_dropmonitor.py
parent87e7597b5a3f99238d95d63c44c9f872a41b37ae (diff)
eicon: fix -Warray-bounds warning
Fix for a -Warray-bounds warning. mixer_notify_update() tries to write to ((CAPI_MSG *) msg)->info.facility_req.structs[3] while structs is defined as byte structs[1]. Set all 'structs' which are part of the typdefs in the info union to 'byte structs[0]'. v2: set all info.*.structs to byte structs[0] Signed-off-by: Danny Kukawka <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions