We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0345bae commit c00697bCopy full SHA for c00697b
drivers/gpu/drm/drm_drv.c
@@ -61,7 +61,7 @@ static struct idr drm_minors_idr;
61
* prefer to embed struct drm_device into their own device
62
* structure and call drm_dev_init() themselves.
63
*/
64
-static bool drm_core_init_complete = false;
+static bool drm_core_init_complete;
65
66
static struct dentry *drm_debugfs_root;
67
0 commit comments