Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15200
b: refs/heads/master
c: a78719c
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Dec 16, 2005
1 parent 2c9b32f commit b540b5a
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: 42245e65f356ed54fdf7a1f9a0095e0bc40f73a3
refs/heads/master: a78719c387cc25ed97304a235a20c24f0f89399b
2 changes: 1 addition & 1 deletion trunk/drivers/char/watchdog/booke_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ static int __init booke_wdt_init(void)
int ret = 0;

printk (KERN_INFO "PowerPC Book-E Watchdog Timer Loaded\n");
ident.firmware_version = cpu_specs[0].pvr_value;
ident.firmware_version = cur_cpu_spec->pvr_value;

ret = misc_register(&booke_wdt_miscdev);
if (ret) {
Expand Down

0 comments on commit b540b5a

Please sign in to comment.