Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192156
b: refs/heads/master
c: 4d4fb26
h: refs/heads/master
v: v3
  • Loading branch information
Brian Swetland authored and Daniel Walker committed May 12, 2010
1 parent 14b374f commit 1e61f6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 2eb44eb9c8026f3f548bfbc903156b6aea54ed24
refs/heads/master: 4d4fb2660ddd2d8131ebc3314e4c648fc0f4b8dd
5 changes: 4 additions & 1 deletion trunk/arch/arm/mach-msm/smd.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,10 @@ static void smd_channel_probe_worker(struct work_struct *work)
unsigned n;

shared = smem_find(ID_CH_ALLOC_TBL, sizeof(*shared) * 64);

if (!shared) {
pr_err("smd: cannot find allocation table\n");
return;
}
for (n = 0; n < 64; n++) {
if (smd_ch_allocated[n])
continue;
Expand Down

0 comments on commit 1e61f6d

Please sign in to comment.