]> git.baikalelectronics.ru Git - kernel.git/commit
[MTD] ofpart: Check name property to determine partition nodes.
authorBenjamin Krill <ben@codiert.org>
Fri, 23 Jan 2009 16:18:05 +0000 (17:18 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Tue, 24 Mar 2009 14:04:20 +0000 (14:04 +0000)
commit0fcd011abeea2ec1d36313410fb2150a09e78d5f
tree2e09a06d3513913450ee639d00fa6a384044bc1f
parent77fca0ac5eb64fec329be52e31e2bf5f4fad0b04
[MTD] ofpart: Check name property to determine partition nodes.

SLOF has a further node which could not be evaluated
by the current routine. The current routine returns
because the node hasn't the required reg property. As
fix this patch adds a check to determine the partition
child nodes. If the node is not a partition the number
of total partitions will be decreased and loop continues
with the next nodes.

Signed-off-by: Benjamin Krill <ben@codiert.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/ofpart.c