From b540b5a681adb23310fa305c1b9d54ca941d44cb Mon Sep 17 00:00:00 2001 From: Al Viro Date: Fri, 16 Dec 2005 22:35:28 +0000 Subject: [PATCH] --- yaml --- r: 15200 b: refs/heads/master c: a78719c387cc25ed97304a235a20c24f0f89399b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/char/watchdog/booke_wdt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4eb82476fbcf..70f89574077e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 42245e65f356ed54fdf7a1f9a0095e0bc40f73a3 +refs/heads/master: a78719c387cc25ed97304a235a20c24f0f89399b diff --git a/trunk/drivers/char/watchdog/booke_wdt.c b/trunk/drivers/char/watchdog/booke_wdt.c index c800cce73c1e..b6640606b44d 100644 --- a/trunk/drivers/char/watchdog/booke_wdt.c +++ b/trunk/drivers/char/watchdog/booke_wdt.c @@ -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) {