commit | 499447db0ebf43596d05a3a5301123ae25110024 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Feb 28 04:55:53 2017 -0800 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Feb 28 14:32:19 2017 +0100 |
tree | 7ffe05c10184f607b3f6f7bbfe110027d7b9b165 | |
parent | 4e8be453a41125a4060df9a7371a72239f8fe462 [diff] |
gpu: drm: core: Convert printk(KERN_<LEVEL> to pr_<level> Use a more common logging style. Miscellanea: o Coalesce formats and realign arguments Signed-off-by: Joe Perches <joe@perches.com> [danvet: Resolve minor conflict in drm_edid.c] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>