diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2003-01-02 18:41:02 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2003-01-02 18:41:02 +0000 |
commit | 14e831baf4ea2a412c9173cd9ec16b4928284232 (patch) | |
tree | 9b1046cb0e6871e083fbd4ed9af674502287add5 /shared | |
parent | 208c0779b65242159bbb87153269faef9370670c (diff) |
Remove printk
Diffstat (limited to 'shared')
-rw-r--r-- | shared/radeon_cp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shared/radeon_cp.c b/shared/radeon_cp.c index 02fceced..7047a4b0 100644 --- a/shared/radeon_cp.c +++ b/shared/radeon_cp.c @@ -1389,8 +1389,6 @@ void radeon_do_release( drm_device_t *dev ) { drm_radeon_private_t *dev_priv = dev->dev_private; - printk("radeon_do_release: %p\n", dev_priv); - if (dev_priv) { /* Stop the cp */ radeon_do_cp_flush( dev_priv ); |