Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75346
b: refs/heads/master
c: cf585ae
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and David S. Miller committed Jan 9, 2008
1 parent 5881e5b commit faee9aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 9d3e44425e3498eb33f25d94392b4fd0d56a5176
refs/heads/master: cf585ae8ae9ac7287a6d078425ea32f22bf7f1f7
2 changes: 1 addition & 1 deletion trunk/drivers/connector/cn_queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ int cn_queue_add_callback(struct cn_queue_dev *dev, char *name, struct cb_id *id
spin_unlock_bh(&dev->queue_lock);

if (found) {
atomic_dec(&dev->refcnt);
cn_queue_free_callback(cbq);
atomic_dec(&dev->refcnt);
return -EINVAL;
}

Expand Down

0 comments on commit faee9aa

Please sign in to comment.