Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212278
b: refs/heads/master
c: ddad53e
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Tony Luck committed Sep 23, 2010
1 parent cda3ae2 commit 6d4f491
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: 383f9f1741cd03687303f82543bbae11935a2ad6
refs/heads/master: ddad53ee8a85649e78f6a3eb8a4af4a7a7c577cb
2 changes: 1 addition & 1 deletion trunk/arch/ia64/kernel/cyclone.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ int __init init_cyclone_clock(void)
return -ENODEV;
}
base = readq(reg);
iounmap(reg);
if(!base){
printk(KERN_ERR "Summit chipset: Could not find valid CBAR"
" value.\n");
use_cyclone = 0;
return -ENODEV;
}
iounmap(reg);

/* setup PMCC */
offset = (base + CYCLONE_PMCC_OFFSET);
Expand Down

0 comments on commit 6d4f491

Please sign in to comment.