diff options
Diffstat (limited to 'linux/radeon_state.c')
-rw-r--r-- | linux/radeon_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/radeon_state.c b/linux/radeon_state.c index 7bfefb2c..73e6dcbd 100644 --- a/linux/radeon_state.c +++ b/linux/radeon_state.c @@ -1385,7 +1385,7 @@ int radeon_cp_indirect( struct inode *inode, struct file *filp, DRM_ERROR( "%s called without lock held\n", __FUNCTION__ ); return -EINVAL; } - if ( !dev_priv || dev_priv->is_pci ) { + if ( !dev_priv ) { DRM_ERROR( "%s called with a PCI card\n", __FUNCTION__ ); return -EINVAL; } |