mailbox: pcc: Drop handling invalid bit-width in {read,write}_register
mainline inclusion from mainline-v5.16-rc1 commit 45ec2daf category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I6Z91B CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v6.3-rc2&id=45ec2dafb1775f7d806fbd2387e3f2cc2f56142d -------------------------------- pcc_chan_reg_init now checks if the register bit width is within the list [8, 16, 32, 64] and flags error if that is not the case. Therefore there is no need to handling invalid bit-width in both read_register and write_register. We can drop that along with the return values for these 2 functions. Signed-off-by:Sudeep Holla <sudeep.holla@arm.com> Signed-off-by:
Jassi Brar <jaswinder.singh@linaro.org>
Loading
Please sign in to comment