Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139607
b: refs/heads/master
c: ebf7649
h: refs/heads/master
i:
  139605: 0db40fb
  139603: 78c1a5c
  139599: fcec3c7
v: v3
  • Loading branch information
Randy Dunlap authored and Tony Luck committed Apr 1, 2009
1 parent 712ad3d commit df918c4
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: c66b31f3926165bc1d4128adc97a064dcbab421a
refs/heads/master: ebf7649a4c6d37ce24c143001125cf29cc0bcf6a
2 changes: 1 addition & 1 deletion trunk/arch/ia64/sn/kernel/sn2/sn2_smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ static int __init sn2_ptc_init(void)

proc_sn2_ptc = proc_create(PTC_BASENAME, 0444,
NULL, &proc_sn2_ptc_operations);
if (!&proc_sn2_ptc_operations) {
if (!proc_sn2_ptc) {
printk(KERN_ERR "unable to create %s proc entry", PTC_BASENAME);
return -EINVAL;
}
Expand Down

0 comments on commit df918c4

Please sign in to comment.