Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54035
b: refs/heads/master
c: e6aeb47
h: refs/heads/master
i:
  54033: 7387797
  54031: f82a9e8
v: v3
  • Loading branch information
Russell King authored and Russell King committed May 3, 2007
1 parent 85fdeb7 commit 7e4332b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 134c99e907ef2572cdaa148c191984b95d671981
refs/heads/master: e6aeb47da6e02ec9807d30a368d4fc37972b022f
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/ecard.c
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ static int __init ecard_init(void)

task = kthread_run(ecard_task, NULL, "kecardd");
if (IS_ERR(task)) {
printk(KERN_ERR "Ecard: unable to create kernel thread: %d\n",
printk(KERN_ERR "Ecard: unable to create kernel thread: %ld\n",
PTR_ERR(task));
return PTR_ERR(task);
}
Expand Down

0 comments on commit 7e4332b

Please sign in to comment.