diff options
author | Frans Klaver <frans.klaver@xsens.com> | 2015-01-14 09:15:42 +0100 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2015-01-20 13:58:30 +0100 |
commit | 5689b786f77308e7aa10fd736e87b270ae42026e (patch) | |
tree | 7f3fd93f75bca9e439f01af49e5289d73c216ead /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | 5c3faad29b266da015e3726cff6556df5c3cd9f5 (diff) |
power: reset: ltc2952: fix C++ style function pointers
The function pointers for the timers and pm_power_off are assigned with
C++ style
foo = &func;
Let's change it instead to the more C style
foo = func;
Signed-off-by: Frans Klaver <frans.klaver@xsens.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions