arch_topology: Get rid of cap_parsing_done
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 23 Jun 2017 09:25:34 +0000 (14:55 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jul 2017 15:32:05 +0000 (17:32 +0200)
commitd8bcf4db9244e2b85597c680f4e1c3a837b067fe
treeb91f66f159a8bc29507cb33e706ded949e643811
parent62de1161e220bc6ded7806ef0d149560f06152b3
arch_topology: Get rid of cap_parsing_done

There is no need to check for cap_parsing_done flag anymore as
!raw_capacity flag alone is enough for us. Remove the (now) useless flag
cap_parsing_done.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Juri Lelli <juri.lelli@arm.com>
Tested-by: Juri Lelli <juri.lelli@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/arch_topology.c