gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> to pr_<level>
Use a more common logging style. Miscellanea: o Coalesce formats and realign arguments o Neaten a few macros now using pr_<level> Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
eeca232490
commit
7ca85295d8
@@ -537,8 +537,7 @@ int r200_packet0_check(struct radeon_cs_parser *p,
|
||||
track->tex_dirty = true;
|
||||
break;
|
||||
default:
|
||||
printk(KERN_ERR "Forbidden register 0x%04X in cs at %d\n",
|
||||
reg, idx);
|
||||
pr_err("Forbidden register 0x%04X in cs at %d\n", reg, idx);
|
||||
return -EINVAL;
|
||||
}
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user