K 10 svn:author V 5 gonzo K 8 svn:date V 27 2019-01-16T21:13:50.324286Z K 7 svn:log V 371 [mv] Fix invalid condition in fdt_fixup_ranges Add parentheses to perform assignment before comparison. The prior condition worked because fdt_parent_addr_cells returns 1 for the DTB on which fdt_fixup_ranges is called and accidentally par_addr_cells ends up to be set to the same value. PR: 210705 Submitted by: David Binderman MFC after: 1 week END