diff options
| -rw-r--r-- | linux-core/xgi_drv.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/xgi_drv.c b/linux-core/xgi_drv.c index 6b576558..4b90579e 100644 --- a/linux-core/xgi_drv.c +++ b/linux-core/xgi_drv.c @@ -202,7 +202,7 @@ int xgi_bootstrap(struct drm_device * dev, void * data,  	int err; -	DRM_SPINLOCK_INIT(&info->fence_lock); +	DRM_SPININIT(&info->fence_lock, "fence lock");  	info->next_sequence = 0;  	info->complete_sequence = 0;  | 
