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] powerpc: Fix typo in powermac platform functions

New sparse caught that typo which could have caused erratic hardware
behaviour on some machines if the platform functions are used by the
firmware to change bits in some FCR registers.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Benjamin Herrenschmidt and committed by
Linus Torvalds
8f277949 3fbcd940

+1 -1
+1 -1
arch/powerpc/platforms/powermac/pfunc_base.c
··· 256 256 .write_reg32 = macio_do_write_reg32, 257 257 .read_reg32 = macio_do_read_reg32, 258 258 .write_reg8 = macio_do_write_reg8, 259 - .read_reg32 = macio_do_read_reg8, 259 + .read_reg8 = macio_do_read_reg8, 260 260 .read_reg32_msrx = macio_do_read_reg32_msrx, 261 261 .read_reg8_msrx = macio_do_read_reg8_msrx, 262 262 .write_reg32_slm = macio_do_write_reg32_slm,