File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ static int rpm_idle(struct device *dev, int rpmflags)
301
301
int (* callback )(struct device * );
302
302
int retval ;
303
303
304
- trace_rpm_idle (dev , rpmflags );
304
+ trace_rpm_idle_rcuidle (dev , rpmflags );
305
305
retval = rpm_check_suspend_allowed (dev );
306
306
if (retval < 0 )
307
307
; /* Conditions are wrong. */
@@ -337,7 +337,7 @@ static int rpm_idle(struct device *dev, int rpmflags)
337
337
dev -> power .request_pending = true;
338
338
queue_work (pm_wq , & dev -> power .work );
339
339
}
340
- trace_rpm_return_int (dev , _THIS_IP_ , 0 );
340
+ trace_rpm_return_int_rcuidle (dev , _THIS_IP_ , 0 );
341
341
return 0 ;
342
342
}
343
343
@@ -352,7 +352,7 @@ static int rpm_idle(struct device *dev, int rpmflags)
352
352
wake_up_all (& dev -> power .wait_queue );
353
353
354
354
out :
355
- trace_rpm_return_int (dev , _THIS_IP_ , retval );
355
+ trace_rpm_return_int_rcuidle (dev , _THIS_IP_ , retval );
356
356
return retval ? retval : rpm_suspend (dev , rpmflags | RPM_AUTO );
357
357
}
358
358
You can’t perform that action at this time.
0 commit comments