aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorAndrew Gallatin <[email protected]>2012-12-04 10:17:15 +0000
committerDavid S. Miller <[email protected]>2012-12-05 16:01:27 -0500
commit59e955edb763375f8211c009c628ca37f1bc46c0 (patch)
tree16967ed85644a64ca68146268c854e8cf4c153c7 /tools/perf/scripts/python/event_analyzing_sample.py
parent50426b5925ff0d7f47c20e6886047f1bb6245901 (diff)
myri10ge: fix most sparse warnings
- convert remaining htonl/ntohl +__raw_read/__raw_writel to swab32 + readl/writel - add missing __iomem qualifier in myri10ge_open() - fix dubious: x & !y warning by switching from logical to bitwise not The swab32 conversion fixes a bug in myri10ge_led() where big-endian machines would write the wrong pattern. The only remaining warning (lock context imbalance) is due to the use of __netif_tx_trylock(), and cannot easily be fixed. Signed-off-by: Andrew Gallatin <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions