Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356303
b: refs/heads/master
c: fbd4843
h: refs/heads/master
i:
  356301: c0a8dfc
  356299: b846e31
  356295: bfa1c0f
  356287: f58cc28
v: v3
  • Loading branch information
Wei Yongjun authored and Helge Deller committed Feb 20, 2013
1 parent 2c8ed25 commit a83c898
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ec758f98328da3eb933a25dc7a2eed01ef44d849
refs/heads/master: fbd48433e79a6439264448c8e85c4816f5b32694
2 changes: 2 additions & 0 deletions trunk/arch/parisc/kernel/inventory.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,14 @@ pat_query_module(ulong pcell_loc, ulong mod_index)

if (status != PDC_OK) {
/* no more cell modules or error */
kfree(pa_pdc_cell);
return status;
}

temp = pa_pdc_cell->cba;
dev = alloc_pa_dev(PAT_GET_CBA(temp), &(pa_pdc_cell->mod_path));
if (!dev) {
kfree(pa_pdc_cell);
return PDC_OK;
}

Expand Down

0 comments on commit a83c898

Please sign in to comment.