mailbox: pcc: Drop handling invalid bit-width in {read,write}_register
authorSudeep Holla <sudeep.holla@arm.com>
Fri, 17 Sep 2021 13:33:54 +0000 (14:33 +0100)
committerJassi Brar <jaswinder.singh@linaro.org>
Sat, 30 Oct 2021 03:46:38 +0000 (22:46 -0500)
commit45ec2dafb1775f7d806fbd2387e3f2cc2f56142d
treed4573edffb22f50739ac4a283ea0b9ce5439a095
parentbf18123e78f4d13fc0105b1ddb4b46c1665dd025
mailbox: pcc: Drop handling invalid bit-width in {read,write}_register

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>
drivers/mailbox/pcc.c