]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/kernel: Use of_property_read_u32() in rtas_initialize()
authorGavin Shan <gwshan@linux.vnet.ibm.com>
Mon, 23 Jan 2017 22:49:53 +0000 (09:49 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 25 Jan 2017 02:34:20 +0000 (13:34 +1100)
commit076a8d9b41eb87924af972985349af61c9dcf3b6
treee6207f8bbf15b38ac0cda198ca429f5864e8d55f
parent66476026075b160e74d8be7ad978ff4df7707030
powerpc/kernel: Use of_property_read_u32() in rtas_initialize()

This uses of_property_read_u32() in rtas_initialize() so that we
needn't explicitly care the CPU's endian.

Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/rtas.c