Merge tag 'arm-ffa-fixes-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sudee...
authorArnd Bergmann <arnd@arndb.de>
Fri, 16 Jul 2021 21:00:44 +0000 (23:00 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 16 Jul 2021 21:00:44 +0000 (23:00 +0200)
commitd28912d6f0ab6dbd0ca483ae77a4260b145542c5
tree0a9d8b80953f441ec36fc2305a8daafed991a703
parent5f291bfd33c8995c69f5a50f21445a4a93584ed2
parentdd925db6f07556061c11ab1fbfa4a0145ae6b438
Merge tag 'arm-ffa-fixes-5.14' of git://git./linux/kernel/git/sudeep.holla/linux into arm/fixes

Arm FF-A fixes for v5.14

A small set of fixes:
- adding check for presence of probe while registering the driver to
  prevent NULL pointer access
- dropping the duplicate check as the driver core already takes care of it
- fixing possible ffa_linux_errmap buffer overflow and
- fixing kernel-doc warning for comment style

* tag 'arm-ffa-fixes-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  firmware: arm_ffa: Fix a possible ffa_linux_errmap buffer overflow
  firmware: arm_ffa: Fix the comment style
  firmware: arm_ffa: Simplify probe function
  firmware: arm_ffa: Ensure drivers provide a probe function

Link: https://lore.kernel.org/r/20210714165806.2617325-1-sudeep.holla@arm.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>