Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206029
b: refs/heads/master
c: cfccf24
h: refs/heads/master
i:
  206027: 191d6b5
v: v3
  • Loading branch information
Ernesto Ramos authored and Greg Kroah-Hartman committed Jul 28, 2010
1 parent 783cb1a commit 4015b5c
Show file tree
Hide file tree
Showing 2 changed files with 5 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: a2c2272194ac8bfe5ae3ec91e722a766d931d324
refs/heads/master: cfccf244a76778132a59d79f802ff63a22e08f59
6 changes: 4 additions & 2 deletions trunk/drivers/staging/tidspbridge/rmgr/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1302,9 +1302,10 @@ int proc_load(void *hprocessor, const s32 argc_index,
}

func_end:
if (status)
if (status) {
pr_err("%s: Processor failed to load\n", __func__);

proc_stop(p_proc_object);
}
DBC_ENSURE((!status
&& p_proc_object->proc_state == PROC_LOADED)
|| status);
Expand Down Expand Up @@ -1594,6 +1595,7 @@ int proc_start(void *hprocessor)
}
} else {
pr_err("%s: Failed to start the dsp\n", __func__);
proc_stop(p_proc_object);
}

func_end:
Expand Down

0 comments on commit 4015b5c

Please sign in to comment.