Skip to content

Commit

Permalink
drm/radeon/kms: fix typo in printing the HPD info
Browse files Browse the repository at this point in the history
I forgot to fix this in 8e36ed0

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Jun 7, 2010
1 parent c9e75b2 commit cbd4623
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/gpu/drm/radeon/radeon_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,7 @@ static const char *connector_names[15] = {
"eDP",
};

static const char *hpd_names[7] = {
"NONE",
static const char *hpd_names[6] = {
"HPD1",
"HPD2",
"HPD3",
Expand Down

0 comments on commit cbd4623

Please sign in to comment.