mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
Fix display of the drm sysctls.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
45496405c6
commit
9af3638096
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=220979
@ -95,7 +95,7 @@ int drm_sysctl_init(struct drm_device *dev)
|
||||
SYSCTL_CHILDREN(top),
|
||||
OID_AUTO,
|
||||
drm_sysctl_list[i].name,
|
||||
CTLTYPE_INT | CTLFLAG_RD,
|
||||
CTLTYPE_STRING | CTLFLAG_RD,
|
||||
dev,
|
||||
0,
|
||||
drm_sysctl_list[i].f,
|
||||
|
Loading…
Reference in New Issue
Block a user