File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ static void __intel_breadcrumbs_disable_irq(struct intel_breadcrumbs *b)
154
154
155
155
static inline struct intel_wait * to_wait (struct rb_node * node )
156
156
{
157
- return container_of (node , struct intel_wait , node );
157
+ return rb_entry (node , struct intel_wait , node );
158
158
}
159
159
160
160
static inline void __intel_breadcrumbs_finish (struct intel_breadcrumbs * b ,
@@ -427,7 +427,7 @@ static bool signal_complete(struct drm_i915_gem_request *request)
427
427
428
428
static struct drm_i915_gem_request * to_signaler (struct rb_node * rb )
429
429
{
430
- return container_of (rb , struct drm_i915_gem_request , signaling .node );
430
+ return rb_entry (rb , struct drm_i915_gem_request , signaling .node );
431
431
}
432
432
433
433
static void signaler_set_rtpriority (void )
You can’t perform that action at this time.
0 commit comments