diff options
| -rw-r--r-- | drivers/gpu/drm/ast/ast_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ast/ast_main.c b/drivers/gpu/drm/ast/ast_main.c index b027e332caa5..b792194e0d9c 100644 --- a/drivers/gpu/drm/ast/ast_main.c +++ b/drivers/gpu/drm/ast/ast_main.c | |||
| @@ -105,7 +105,7 @@ static int ast_detect_chip(struct drm_device *dev) | |||
| 105 | } | 105 | } |
| 106 | ast->vga2_clone = false; | 106 | ast->vga2_clone = false; |
| 107 | } else { | 107 | } else { |
| 108 | ast->chip = 2000; | 108 | ast->chip = AST2000; |
| 109 | DRM_INFO("AST 2000 detected\n"); | 109 | DRM_INFO("AST 2000 detected\n"); |
| 110 | } | 110 | } |
| 111 | } | 111 | } |
