Skip to content

Commit

Permalink
drm/nv50: fix some not-error error messages
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Ben Skeggs committed Jul 26, 2010
1 parent ee2e013 commit 0ccb3a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/gpu/drm/nouveau/nv50_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,9 @@ nv50_display_init(struct drm_device *dev)
list_for_each_entry(connector, &dev->mode_config.connector_list, head) {
struct nouveau_connector *conn = nouveau_connector(connector);

if (conn->dcb->gpio_tag == 0xff)
continue;

pgpio->irq_enable(dev, conn->dcb->gpio_tag, true);
}

Expand Down

0 comments on commit 0ccb3a7

Please sign in to comment.