Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235923
b: refs/heads/master
c: d723818
h: refs/heads/master
i:
  235921: 7efcf9b
  235919: 923aa9b
v: v3
  • Loading branch information
Felipe Contreras authored and Omar Ramirez Luna committed Feb 5, 2011
1 parent bce50c8 commit 8417782
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 81ea18ec22e9526b4af81e2213747e5afc48f364
refs/heads/master: d723818e7c8f20af0a665f5b0c2eda909e069ffa
5 changes: 5 additions & 0 deletions trunk/drivers/staging/tidspbridge/rmgr/mgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ int mgr_enum_node_info(u32 node_id, struct dsp_ndbprops *pndb_props,

}
}

/* the last status is not 0, but neither an error */
if (status > 0)
status = 0;

if (!status) {
if (node_id > (node_index - 1)) {
status = -EINVAL;
Expand Down

0 comments on commit 8417782

Please sign in to comment.