Merge tag 'scmi-fixes-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep...
authorArnd Bergmann <arnd@arndb.de>
Wed, 28 Apr 2021 09:49:02 +0000 (11:49 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 28 Apr 2021 09:49:03 +0000 (11:49 +0200)
commite393cc4e9ce015abc8a68c762dc361cdb0b0db96
tree1f75d7689c7898b9c448367da4a323a483516d27
parent774cda6f12d5ad11410c4cda223554c3735ee862
parent03f840c49207e8c125b3df8c29c13137c6675d42
Merge tag 'scmi-fixes-5.13' of git://git./linux/kernel/git/sudeep.holla/linux into arm/fixes

ARM SCMI fixes for v5.13

A fix for very old possible ternary operation sign extention bug in the old
ARM SCPI firmware driver and a cleanup to remove duplicate structure declartion
in SCMI driver.

* tag 'scmi-fixes-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  firmware: arm_scmi: Remove duplicate declaration of struct scmi_protocol_handle
  firmware: arm_scpi: Prevent the ternary sign expansion bug

Link: https://lore.kernel.org/r/20210428093148.flrcowzr2dsj7byz@bogus
Signed-off-by: Arnd Bergmann <arnd@arndb.de>