diff options
author | Frans Klaver <frans.klaver@xsens.com> | 2015-01-14 03:15:42 -0500 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2015-01-20 07:58:30 -0500 |
commit | 5689b786f77308e7aa10fd736e87b270ae42026e (patch) | |
tree | 7f3fd93f75bca9e439f01af49e5289d73c216ead /block/blk-timeout.c | |
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 'block/blk-timeout.c')
0 files changed, 0 insertions, 0 deletions