Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] ppc: booke_wdt compile fix

booke_wdt.c had been missed in cpu_specs[] removal sweep

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Al Viro and committed by
Linus Torvalds
a78719c3 42245e65

+1 -1
+1 -1
drivers/char/watchdog/booke_wdt.c
··· 173 173 int ret = 0; 174 174 175 175 printk (KERN_INFO "PowerPC Book-E Watchdog Timer Loaded\n"); 176 - ident.firmware_version = cpu_specs[0].pvr_value; 176 + ident.firmware_version = cur_cpu_spec->pvr_value; 177 177 178 178 ret = misc_register(&booke_wdt_miscdev); 179 179 if (ret) {