diff options
author | Dave Airlie <airlied@redhat.com> | 2010-01-25 16:13:55 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-01-25 16:13:55 +1000 |
commit | 7087e16286913b41ba9a5186360645b57b8508dd (patch) | |
tree | 5a199665f9c04a78c0a3cbb5d1b98785d3edfaf7 /drivers | |
parent | f2ab3a13d2cbe19426c27c35a014c98212e914a5 (diff) | |
download | linux-stable-7087e16286913b41ba9a5186360645b57b8508dd.tar.gz linux-stable-7087e16286913b41ba9a5186360645b57b8508dd.tar.bz2 linux-stable-7087e16286913b41ba9a5186360645b57b8508dd.zip |
drm/radeon/kms: preface warning printk with driver name
This just adds a little more info to the warning for old -ati/mesa
userspaces.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/drm/radeon/r600_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/r600_cs.c b/drivers/gpu/drm/radeon/r600_cs.c index 9cc4ba8d03d5..e4c45ec16507 100644 --- a/drivers/gpu/drm/radeon/r600_cs.c +++ b/drivers/gpu/drm/radeon/r600_cs.c @@ -562,7 +562,7 @@ static int r600_packet3_check(struct radeon_cs_parser *p, return -EINVAL; } ib[idx+1+i] = track->cb_color0_base_last; - printk_once(KERN_WARNING "You have old & broken userspace " + printk_once(KERN_WARNING "radeon: You have old & broken userspace " "please consider updating mesa & xf86-video-ati\n"); } else { r = r600_cs_packet_next_reloc(p, &reloc); |