summaryrefslogtreecommitdiff
path: root/arch/mips/generic
diff options
context:
space:
mode:
authorJames Hogan <jhogan@kernel.org>2018-02-03 01:14:09 +0300
committerJames Hogan <jhogan@kernel.org>2018-02-05 13:37:48 +0300
commit9a9ab3078e2744a1a55163cfaec73a5798aae33e (patch)
treeaf2f5f4b552b1db863e612c6dca9f01022603465 /arch/mips/generic
parent6045f241b48f07b2fb80905bf49671f457a8c037 (diff)
downloadlinux-9a9ab3078e2744a1a55163cfaec73a5798aae33e.tar.xz
MIPS: generic: Fix machine compatible matching
We now have a platform (Ranchu) in the "generic" platform which matches based on the FDT compatible string using mips_machine_is_compatible(), however that function doesn't stop at a blank struct of_device_id::compatible as that is an array in the struct, not a pointer to a string. Fix the loop completion to check the first byte of the compatible array rather than the address of the compatible array in the struct. Fixes: eed0eabd12ef ("MIPS: generic: Introduce generic DT-based board support") Signed-off-by: James Hogan <jhogan@kernel.org> Reviewed-by: Paul Burton <paul.burton@mips.com> Reviewed-by: Matt Redfearn <matt.redfearn@mips.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/18580/
Diffstat (limited to 'arch/mips/generic')
0 files changed, 0 insertions, 0 deletions