aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJohannes Berg <[email protected]>2016-12-07 07:36:46 +0100
committerKalle Valo <[email protected]>2016-12-30 13:28:40 +0200
commitae3cf476450674dcba4239f144d310c472a08b5d (patch)
treead0d64f9ba1b72229728ba204815fb260f24b2fb /tools/perf/scripts/python
parentd7864cf2123503b83880d4b8d5786cb5641d64d8 (diff)
iwlegacy: make il3945_mac_ops __ro_after_init
There's no need for this to be only __read_mostly, since it's only written in a single way depending on the module parameter, so that can be moved into the module's __init function, and the ops can be __ro_after_init. This is a little bit safer since it means the ops can't be overwritten (accidentally or otherwise), which would otherwise cause an arbitrary function or bad pointer to be called. Signed-off-by: Johannes Berg <[email protected]> Acked-by: Stanislaw Gruszka <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions