> > ________________________________________ > From: James Hogan [jhogan@xxxxxxxxxx] > Sent: Friday, February 2, 2018 11:14 PM > To: Ralf Baechle; linux-mips@xxxxxxxxxxxxxx > Cc: Aleksandar Markovic; Goran Ferenc; Miodrag Dinic; James Hogan > Subject: [PATCH 1/4] 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@xxxxxxxxxx> > Reviewed-by: Paul Burton <paul.burton@xxxxxxxx> > Reviewed-by: Matt Redfearn <matt.redfearn@xxxxxxxx> > Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> > Cc: linux-mips@xxxxxxxxxxxxxx > --- > arch/mips/include/asm/machine.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Aleksandar Markovic <aleksandar.markovic@xxxxxxxx> Acked-by: Miodrag Dinic <miodrag.dinic@xxxxxxxx>