arm-cci: don't return value from void function
pmu_write_register has a void return type, so remove the useless return
statement.
Signed-off-by: NWill Deacon <will.deacon@arm.com>
Showing
想要评论请 注册 或 登录
pmu_write_register has a void return type, so remove the useless return
statement.
Signed-off-by: NWill Deacon <will.deacon@arm.com>