Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81076
b: refs/heads/master
c: 23666eb
h: refs/heads/master
v: v3
  • Loading branch information
Ishizaki Kou authored and Arnd Bergmann committed Dec 19, 2007
1 parent d78f6ef commit ff2674f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a1ef4849fdca379cf51cbacd337e8fa742437d26
refs/heads/master: 23666ebc15456e297448ed2b6745ac0bb5bd26a2
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/cell/spu_manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ static int __init of_create_spu(struct spu *spu, void *data)
}
ret = spu_map_interrupts_old(spu, spe);
if (ret) {
printk(KERN_ERR "%s: could not map interrupts",
printk(KERN_ERR "%s: could not map interrupts\n",
spu->name);
goto out_unmap;
}
Expand Down Expand Up @@ -525,7 +525,7 @@ static int __init init_affinity(void)
if (of_flat_dt_is_compatible(root, "IBM,CPBW-1.0"))
init_affinity_qs20_harcoded();
else
printk("No affinity configuration found");
printk("No affinity configuration found\n");
}

return 0;
Expand Down

0 comments on commit ff2674f

Please sign in to comment.