commit | 5689b786f77308e7aa10fd736e87b270ae42026e | [log] [tgz] |
---|---|---|
author | Frans Klaver <frans.klaver@xsens.com> | Wed Jan 14 09:15:42 2015 +0100 |
committer | Sebastian Reichel <sre@kernel.org> | Tue Jan 20 13:58:30 2015 +0100 |
tree | 7f3fd93f75bca9e439f01af49e5289d73c216ead | |
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>