projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dff474
)
drm/kms: fix spelling of "CLOCK"
author
Pavel Roskin
<proski@gnu.org>
Thu, 11 Feb 2010 04:31:32 +0000
(14:31 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 11 Feb 2010 04:31:32 +0000
(14:31 +1000)
Signed-off-by: Pavel Roskin <proski@gnu.org>
[clemens@ladisch.de: merged into drm_fb_helper]
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_fb_helper.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/drm_fb_helper.c
b/drivers/gpu/drm/drm_fb_helper.c
index 989c4debbecbe8fd9e5aeafe993fd6f35ad3053c..50549703584f5b7d91c54d24f037dfa5d26f5ebc 100644
(file)
--- a/
drivers/gpu/drm/drm_fb_helper.c
+++ b/
drivers/gpu/drm/drm_fb_helper.c
@@
-680,7
+680,7
@@
int drm_fb_helper_set_par(struct fb_info *info)
int i;
if (var->pixclock != 0) {
- DRM_ERROR("PIXEL CL
CO
K SET\n");
+ DRM_ERROR("PIXEL CL
OC
K SET\n");
return -EINVAL;
}