Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287429
b: refs/heads/master
c: 44c5435
h: refs/heads/master
i:
  287427: 76760c1
v: v3
  • Loading branch information
Omar Ramirez Luna authored and Greg Kroah-Hartman committed Feb 8, 2012
1 parent 4957f72 commit 5a90658
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 5a63177a6967698df58c6c93d0db3a3586e0b028
refs/heads/master: 44c5435064b5e6182167b40a7f259969dbcaf1b8
2 changes: 0 additions & 2 deletions trunk/drivers/staging/tidspbridge/core/tiomap3430.c
Original file line number Diff line number Diff line change
Expand Up @@ -1046,8 +1046,6 @@ static int bridge_dev_destroy(struct bridge_dev_context *dev_ctxt)

/* Free the driver's device context: */
kfree(drv_datap->base_img);
kfree(drv_datap);
dev_set_drvdata(bridge, NULL);
kfree((void *)dev_ctxt);
return status;
}
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/staging/tidspbridge/rmgr/drv_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,9 @@ static int __devexit omap34_xx_bridge_remove(struct platform_device *pdev)
DBC_ASSERT(ret == true);
}

kfree(drv_datap);
dev_set_drvdata(bridge, NULL);

func_cont:
mem_ext_phys_pool_release();

Expand Down

0 comments on commit 5a90658

Please sign in to comment.