In function 'psci_do_state_coordination', the req_states returns from ‘psci_get_req_local_pwr_states‘,and will be 'NULL' when pwrlvl is not valid. 'plat_get_target_pwr_state' uses req_states without any check will lead to unexpected result.
thanks a lot.