commit | 2cbb3ce1ad19e66858a4284dd6c4bb958162c483 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Wed Dec 15 00:17:29 2010 +0100 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Fri Dec 24 15:02:42 2010 +0100 |
tree | ae1fd63072a8f57813a98c589680d1f41e08f919 | |
parent | d83f905e126f8cbc5e4addc5d1a64aea785b732e [diff] |
PM: Avoid compiler warning in pm_noirq_op() The compiler complains that calltime may be uninitialized in pm_noirq_op(), so add extra initialization for that variable to avoid the warning. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>