]> git.baikalelectronics.ru Git - kernel.git/commit
dt/device: Fix auxdata matching to handle entries without a name override
authorGrant Likely <grant.likely@secretlab.ca>
Mon, 12 Dec 2011 16:26:00 +0000 (09:26 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Mon, 12 Dec 2011 21:41:45 +0000 (14:41 -0700)
commitc6dffca339f5adaa060a2865de9f7e7ac13c03b2
tree9cf86d756358df4b48dfd09b8c8820a887077a71
parent9d3d9693c310cac73ea2508aee9da01791113228
dt/device: Fix auxdata matching to handle entries without a name override

There is no requirement to override name entries in auxdata.  Fix the
entry matching to use .compatible instead of .name to find the end of the
list.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/of/platform.c