[GIT PULL] Staging driver fix for 6.2-rc5

From: Greg KH
Date: Sat Jan 21 2023 - 10:29:51 EST


The following changes since commit 5dc4c995db9eb45f6373a956eb1f69460e69e6d4:

Linux 6.2-rc4 (2023-01-15 09:22:43 -0600)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-6.2-rc5

for you to fetch changes up to 7d83299351fe7c812c529f5e39fe63b5312e4233:

staging: vchiq_arm: fix enum vchiq_status return types (2023-01-17 19:23:36 +0100)

----------------------------------------------------------------
Staging driver fix for 6.2-rc5

Here is a single staging driver fix for 6.2-rc5. It resolves a build
issue reported and Fixed by Arnd in the vc04_services driver. It's been
in linux-next this week with no reported problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Arnd Bergmann (1):
staging: vchiq_arm: fix enum vchiq_status return types

drivers/staging/vc04_services/include/linux/raspberrypi/vchiq.h | 2 +-
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)