|
@@ -304,7 +304,7 @@ static int pm_noirq_op(struct device *dev,
|
|
|
pm_message_t state)
|
|
|
{
|
|
|
int error = 0;
|
|
|
- ktime_t calltime, delta, rettime;
|
|
|
+ ktime_t calltime = ktime_set(0, 0), delta, rettime;
|
|
|
|
|
|
if (initcall_debug) {
|
|
|
pr_info("calling %s+ @ %i, parent: %s\n",
|