OSDN Git Service

powerpc/chrp: Store the intended structure
authorJulia Lawall <julia.lawall@lip6.fr>
Sun, 13 Aug 2017 13:24:23 +0000 (15:24 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 15 Aug 2017 11:13:13 +0000 (21:13 +1000)
commit36992606eee8016c36ad2576687e97422f2f35ed
treecc832b44c970c5993eb05c6c0cd233965390c1b6
parent6c80d3164ece26e55dc2dbfceba948d074f670f0
powerpc/chrp: Store the intended structure

Normally the values in the resource field and the argument to ARRAY_SIZE
in the num_resources are the same.  In this case, the value in the reousrce
field is the same as the one in the previous platform_device structure, and
appears to be a copy-paste error.  Replace the value in the resource field
with the argument to the local call to ARRAY_SIZE.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/chrp/pegasos_eth.c