diff options
| -rw-r--r-- | drivers/gpu/drm/drm_fb_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c index 0f9e90552dc4..6ce65f0a5cc0 100644 --- a/drivers/gpu/drm/drm_fb_helper.c +++ b/drivers/gpu/drm/drm_fb_helper.c | |||
| @@ -694,7 +694,7 @@ int drm_fb_helper_set_par(struct fb_info *info) | |||
| 694 | int i; | 694 | int i; |
| 695 | 695 | ||
| 696 | if (var->pixclock != 0) { | 696 | if (var->pixclock != 0) { |
| 697 | DRM_ERROR("PIXEL CLCOK SET\n"); | 697 | DRM_ERROR("PIXEL CLOCK SET\n"); |
| 698 | return -EINVAL; | 698 | return -EINVAL; |
| 699 | } | 699 | } |
| 700 | 700 | ||
