diff options
Diffstat (limited to 'nouveau')
| -rw-r--r-- | nouveau/nouveau_device.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/nouveau/nouveau_device.c b/nouveau/nouveau_device.c index f450e303..91f9a27e 100644 --- a/nouveau/nouveau_device.c +++ b/nouveau/nouveau_device.c @@ -50,7 +50,7 @@ nouveau_device_open_existing(struct nouveau_device **dev, int close,  		return -EINVAL;  	if ((ver->version_major == 0 && ver->version_patchlevel != 16) && -	     ver->version_major != 1) { +	     ver->version_major > 1) {  		nouveau_device_close((void *)&nvdev);  		return -EINVAL;  	}  | 
