diff --git a/[refs] b/[refs] index e003d536abbf..42945e1424b8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 81ea18ec22e9526b4af81e2213747e5afc48f364 +refs/heads/master: d723818e7c8f20af0a665f5b0c2eda909e069ffa diff --git a/trunk/drivers/staging/tidspbridge/rmgr/mgr.c b/trunk/drivers/staging/tidspbridge/rmgr/mgr.c index 0ea89a1bb77c..2eab6a56ab22 100644 --- a/trunk/drivers/staging/tidspbridge/rmgr/mgr.c +++ b/trunk/drivers/staging/tidspbridge/rmgr/mgr.c @@ -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;