Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289005
b: refs/heads/master
c: b8bfa4c
h: refs/heads/master
i:
  289003: 71e476f
v: v3
  • Loading branch information
Víctor Manuel Jáquez Leal authored and Greg Kroah-Hartman committed Feb 9, 2012
1 parent 5949eee commit 0c653b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 0b86809a909b61c908281e5b85bfe5abcbf69d1f
refs/heads/master: b8bfa4c57c003e85aefbc5aef14f1704ef37b403
4 changes: 1 addition & 3 deletions trunk/drivers/staging/tidspbridge/rmgr/drv_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,6 @@ static int __devinit omap34_xx_bridge_probe(struct platform_device *pdev)
static int __devexit omap34_xx_bridge_remove(struct platform_device *pdev)
{
dev_t devno;
bool ret;
int status = 0;
struct drv_data *drv_datap = dev_get_drvdata(bridge);

Expand All @@ -551,9 +550,8 @@ static int __devexit omap34_xx_bridge_remove(struct platform_device *pdev)

if (driver_context) {
/* Put the DSP in reset state */
ret = dsp_deinit(driver_context);
dsp_deinit(driver_context);
driver_context = 0;
DBC_ASSERT(ret == true);
}

func_cont:
Expand Down

0 comments on commit 0c653b5

Please sign in to comment.