Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371592
b: refs/heads/master
c: d395f1e
h: refs/heads/master
v: v3
  • Loading branch information
Ben Skeggs committed Apr 26, 2013
1 parent 4d7b40f commit 40f285c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: db91d68c9b5ca22e1fa25569bbde4895ade9dac0
refs/heads/master: d395f1e4c500f2cc5a30e837c63382b6af5c1d84
6 changes: 1 addition & 5 deletions trunk/drivers/gpu/drm/nouveau/core/subdev/i2c/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,8 @@ nouveau_i2c_port_create_(struct nouveau_object *parent,
}

/* drop port's i2c subdev refcount, i2c handles this itself */
if (ret == 0) {
if (ret == 0)
list_add_tail(&port->head, &i2c->ports);
atomic_dec(&parent->refcount);
atomic_dec(&engine->refcount);
}

return ret;
}

Expand Down

0 comments on commit 40f285c

Please sign in to comment.