[PATCH 1/2] arm64: psci: respect MIGRATE_INFO_TYPE

Mark Rutland mark.rutland at arm.com
Fri Sep 5 05:39:52 PDT 2014


[...]

> > +	if (psci_ops.migrate_info_type &&
> > +		psci_ops.migrate_info_type() != PSCI_0_2_TOS_MP) {
> > +			pr_warn("Unable to handle UP trusted OS\n");
> > +			return -EPERM;
> 
>     The above 2 lines are indented too much to the right.

Noted; locally fixed. Thanks.

The logic is the same regardless, so I won't send out a v2 unless
someone has an issue with that logic, rather than the style.

Mark.



More information about the linux-arm-kernel mailing list