Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236466
b: refs/heads/master
c: 9f7ff70
h: refs/heads/master
v: v3
  • Loading branch information
Ilia Mirkin authored and Greg Kroah-Hartman committed Mar 14, 2011
1 parent e36c023 commit 8ab3281
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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: 39dd3e5d7b09b5a5010ed1aef512f2d58b65cb99
refs/heads/master: 9f7ff701ad7b7bdcab949aa0527fe7efb3882afa
3 changes: 1 addition & 2 deletions trunk/drivers/staging/tidspbridge/core/chnl_sm.c
Original file line number Diff line number Diff line change
Expand Up @@ -828,8 +828,7 @@ int bridge_chnl_open(struct chnl_object **chnl,
free_chirp_list(&pchnl->io_requests);
free_chirp_list(&pchnl->free_packets_list);

if (sync_event)
kfree(sync_event);
kfree(sync_event);

if (pchnl->ntfy_obj) {
ntfy_delete(pchnl->ntfy_obj);
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/staging/tidspbridge/pmgr/dbll.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,7 @@ void dbll_delete(struct dbll_tar_obj *target)
DBC_REQUIRE(refs > 0);
DBC_REQUIRE(zl_target);

if (zl_target != NULL)
kfree(zl_target);
kfree(zl_target);

}

Expand Down

0 comments on commit 8ab3281

Please sign in to comment.