Loading drivers/gpu/drm/nouveau/core/engine/disp/nv50.c +1 −1 Original line number Diff line number Diff line Loading @@ -719,7 +719,7 @@ nv50_disp_data_ctor(struct nouveau_object *parent, if (nv_mclass(parent) != NV_DEVICE_CLASS) { atomic_inc(&parent->refcount); *pobject = parent; return 0; return 1; } /* allocate display hardware to client */ Loading Loading
drivers/gpu/drm/nouveau/core/engine/disp/nv50.c +1 −1 Original line number Diff line number Diff line Loading @@ -719,7 +719,7 @@ nv50_disp_data_ctor(struct nouveau_object *parent, if (nv_mclass(parent) != NV_DEVICE_CLASS) { atomic_inc(&parent->refcount); *pobject = parent; return 0; return 1; } /* allocate display hardware to client */ Loading