aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorThierry Reding <[email protected]>2016-02-15 14:22:23 +0100
committerGreg Kroah-Hartman <[email protected]>2016-02-18 20:28:20 -0800
commit533606073710ad649108689d0eaf4abd8aeb1d15 (patch)
tree91abfa9b29d9dcff5728cb59cb045b39089219ef /tools/perf/scripts/python
parentdfb11fe2281cf6e6e62170513604ca4b51cabe9f (diff)
staging: fsl-mc: Avoid section mismatch
The fsl_mc_allocator_driver_exit() function is marked __exit, but is called by the error handling code in fsl_mc_allocator_driver_init(). This results in a section mismatch, which in turn could lead to executing random code. Remove the __exit annotation to fix this. Cc: J. German Rivera <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Signed-off-by: Thierry Reding <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions