Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221623
b: refs/heads/master
c: 47d1ff1
h: refs/heads/master
i:
  221621: b84ba92
  221619: a5bce56
  221615: 1c6aa8e
v: v3
  • Loading branch information
sjur.brandeland@stericsson.com authored and David S. Miller committed Nov 4, 2010
1 parent 01fda5e commit a621d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 2c24a5d1b4f48900f3ed1b1ad70c51f1983df822
refs/heads/master: 47d1ff176553fec3cb17854a7ca85036d3b0c4e7
3 changes: 1 addition & 2 deletions trunk/net/caif/cfctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,11 +361,10 @@ void cfctrl_cancel_req(struct cflayer *layr, struct cflayer *adap_layer)
struct cfctrl_request_info *p, *tmp;
struct cfctrl *ctrl = container_obj(layr);
spin_lock(&ctrl->info_list_lock);
pr_warn("enter\n");

list_for_each_entry_safe(p, tmp, &ctrl->list, list) {
if (p->client_layer == adap_layer) {
pr_warn("cancel req :%d\n", p->sequence_no);
pr_debug("cancel req :%d\n", p->sequence_no);
list_del(&p->list);
kfree(p);
}
Expand Down

0 comments on commit a621d88

Please sign in to comment.